JSON:API topic
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.
JSONModelKit
API driven JSON mapper. Generates and auto-imports model files into your project based on, JSON or PLIST, mapping files configured against an arbitrary dictionary. 2 Birds, 1 Stone.
hanami-realworld-example-app
Real world application built with hanami 🌸
cricket-api
Free Cricket API - Live Cricket Score JSON API 🏏
cricket-api-nodejs
Free Live Cricket Score JSON API (Node.js Version) - Get data from Cricbuzz - Live Cricket Score API.
nmc2
Lightweight, high-performance WebSocket server for No Man's Canvas, the pixel drawing game.
json
🔋 In-place lightweight JSON parser
json-api
A lightweight API resource for Laravel that helps you adhere to the JSON:API standard. Supports sparse fieldsets, compound documents, and more.
go-respond
A Go package for handling common HTTP JSON responses.
DummyJSON
DummyJSON.com provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a ba...