json_api 0.2.0 json_api: ^0.2.0 copied to clipboard
JSON:API v1.0 (http://jsonapi.org) Document, Client, and Server
JSON:API examples #
Cars Server #
This is a simple JSON:API server which is used in the tests. It provides an API to a collection to car companies ad models. You can run it locally to play around.
- In you console run
dart example/cars_server.dart
, this will start the server at port 8080. - Open http://localhost:8080/companies in the browser.
Warning: Server API is not stable yet!
Cars Client #
A simple client for Cars Server API. It is also used in the tests.