Resources added for JSON api (#1208)
* Resources added for JSON api * Update content/roadmaps/101-backend/content/109-apis/101-json-apis.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1657/head
parent
c6fdc2a3e2
commit
8e7e35fd3d
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
|||||||
# Json apis |
# JSON APIs |
||||||
|
|
||||||
|
JSON or JavaScript Object Notation is an encoding scheme that is designed to eliminate the need for an ad-hoc code for each application to communicate with servers that communicate in a defined way. JSON API module exposes an implementation for data stores and data structures, such as entity types, bundles, and fields. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
|
||||||
|
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://jsonapi.org/'>Official Website</BadgeLink> |
||||||
|
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://jsonapi.org/implementations/'>Official Docs</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=N-4prIh7t38'>JSON API: Explained in 4 minutes </BadgeLink> |
||||||
|
Loading…
Reference in new issue