Tag

JSON API

1 views collected around this technical thread.

Architects Research Society
Architects Research Society
Jul 22, 2023 · Backend Development

Understanding JSON API: Benefits, Features, and a FitBit Case Study

This article explains what JSON API is, outlines its key advantages such as compound documents, sparse fieldsets, optional features, pagination and caching, compares it with GraphQL, and illustrates its practical use through a FitBit case study, helping readers decide if it fits their API design needs.

API designCachingHTTP
0 likes · 12 min read
Understanding JSON API: Benefits, Features, and a FitBit Case Study
Architects Research Society
Architects Research Society
May 25, 2022 · Backend Development

Comparing OData, JSON API, GraphQL, and OpenAPI: When to Choose Each

The article explains the origins, specifications, features, and ecosystem support of OData, JSON API, GraphQL, and OpenAPI, helping developers decide whether switching between these API standards offers real benefits for their projects.

API designGraphQLJSON API
0 likes · 8 min read
Comparing OData, JSON API, GraphQL, and OpenAPI: When to Choose Each
DevOps Cloud Academy
DevOps Cloud Academy
Sep 16, 2019 · Operations

Retrieving Unit Test Metrics from Jenkins via JSON API

This article explains how to define, fetch, and process unit test metrics such as failCount, skipCount, and totalCount from Jenkins build logs using the Jenkins JSON API and a Groovy Jenkinsfile script.

CI/CDGroovyJSON API
0 likes · 3 min read
Retrieving Unit Test Metrics from Jenkins via JSON API