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 85 public repositories matching this topic...

JsonApiFramework is a fast, extensible, and portable .NET framework for the reading and writing of JSON API documents. Currently working on ApiFramework 1.0 which is a new framework that supports the many enhancements documented in the 2.0 milestone of this project while being media type agnostic but will support media types like {json:api} and …

  • Updated Apr 16, 2024
  • C#

KodaDair, modern yazılım geliştirme prensipleri ve .NET ekosisteminin sunduğu güçlü kütüphaneleri bir araya getiren bir altyapı projesidir. Kaynağın amacı hızlı, sürdürülebilir ve yüksek kaliteli uygulama geliştirme imkanı sunmak, alt yapısal olarak ihtiyaç duyulan birçok yapıyı aynı çatı altına toplamaktır.

  • Updated Dec 29, 2023
  • C#

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

Released May 3, 2013

Followers
13 followers
Website
jsonapi.org

Related Topics

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