Skip to content
#

JSON:API

json-api logo

JSON:API is a specification for how a client should request that resources be fetched or modified, and how a server should respond to those requests. JSON:API is designed to minimize both the number of requests and the amount of data transmitted between clients and servers. This first draft was extracted from the JSON transport implicitly defined by Ember Data’s REST adapter. In general, Ember Data’s goal is to eliminate the need for ad-hoc code per application to communicate with servers that communicate in a well-defined way. The REST Adapter in Ember Data implicitly defined a protocol that custom servers could implement to get a drop-in client for all of their resources. The goals of the media type are to balance:

  • A generic media type that can work across a broad set of use cases, including the generally used relationship types
  • Similarity to existing server-side framework practices (and human readability for debugging)
  • Ease of implementation on the server side
  • Ease of implementation on the client side

This specification reached a stable version 1.0 on May 29, 2015.

Here are 329 public repositories matching this topic...

Taxi Aggregator app in which we compare the services provided by online cab booking companies and provide all the data to customer giving him priority to choose among them and book online cab from them. This project is built in Android Studio.

  • Updated Apr 18, 2023
  • Java

A Stock Trading Application using Spring Boot is a web-based application that enables customers to invest in the stock market through a secure and user-friendly platform. This application is built on top of the Spring Boot framework, which provides a robust and scalable infrastructure to handle large volumes of transactions.

  • Updated Sep 1, 2023
  • Java

Created by Yehuda Katz, Dan Gebhardt, Gabe Sullice, Jeldrik Hanschke, Tyler Kellen, Steve Klabnik,Ethan Resnick

Released May 3, 2013

Followers
20 followers
Website
jsonapi.org

Related Topics

collection-json emberjs hal hateoas hydra json json-ld rest-api siren
close