Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 452 Bytes

json.md

File metadata and controls

7 lines (4 loc) · 452 Bytes

RESTful JSON API

If you build a view in a Nooku powered component it will have a JSON API version almost automatically.

JSON API is designed to minimize both the number of requests and the amount of data transmitted between clients and servers. This efficiency is achieved without compromising readability, flexibility, and discoverability.

As the specification matures we'll make more changes to achieve 100% compatibility.