You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: implementations/index.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,7 @@ includes related resources.
339
339
340
340
*[Endpoints provides a fully working example API](http://github.com/endpoints/example/)
341
341
*[Sinja provides a fully-working example API](https://github.com/mwpastore/sinja/tree/master/demo-app)
342
+
*[Hatchify provides a full-working example API and client](https://stackblitz.com/edit/bitovi-hatchify-t7amou?embed=1&file=backend%2Findex.ts)
342
343
343
344
## <ahref="#related-tools"id="related-tools"class="headerlink"></a> Related Tools
344
345
@@ -358,6 +359,7 @@ includes related resources.
358
359
359
360
*[json-api-merge](https://www.npmjs.com/package/json-api-merge) JSON:API specific redundant duplication algorithm for merging included resources into original data
360
361
*[json-patch](https://www.npmjs.org/package/json-patch) implementation of JSON Patch (rfc6902)
362
+
*[hatchify](https://github.com/bitovi/hatchify) Schema driven JSON:API for Node HTTP servers, with accompanying schema-driven React Web UI
0 commit comments