Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hatchify to tools and examples #1734

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions implementations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ includes related resources.

* [Endpoints provides a fully working example API](http://github.com/endpoints/example/)
* [Sinja provides a fully-working example API](https://github.com/mwpastore/sinja/tree/master/demo-app)
* [Hatchify provides a full-working example API and client](https://stackblitz.com/edit/bitovi-hatchify-t7amou?embed=1&file=backend%2Findex.ts)

## <a href="#related-tools" id="related-tools" class="headerlink"></a> Related Tools

Expand All @@ -358,6 +359,7 @@ includes related resources.

* [json-api-merge](https://www.npmjs.com/package/json-api-merge) JSON:API specific redundant duplication algorithm for merging included resources into original data
* [json-patch](https://www.npmjs.org/package/json-patch) implementation of JSON Patch (rfc6902)
* [hatchify](https://github.com/bitovi/hatchify) Schema-driven JSON:API for Node HTTP servers, with accompanying schema-driven React Web UI

### <a href="#server-python" id="server-python" class="headerlink"></a> Python

Expand Down