Skip to content

Commit b24819a

Browse files
authored
Merge pull request json-api#1396 from mnugter/feature/add-javascript-client-hyral
Added Hyral to the Javascript client list
2 parents 3890ee8 + 04252a5 commit b24819a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

implementations/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ isomorphic ActiveRecord clone that issues JSON:API requests instead of SQL and i
5050
* [@reststate/client](https://client.reststate.org/) - a stateless client providing easy access to standard JSON:API operations for a configured resource.
5151
* [@reststate/mobx](https://mobx.reststate.org/) - a zero-configuration way to fetch and store JSON:API data in objects implemented with the MobX state management library, for use in React or other apps.
5252
* [@reststate/vuex](https://vuex.reststate.org/) - a zero-configuration way to fetch and store JSON:API data in Vuex stores.
53+
* [@hyral/core](https://github.com/SyneticNL/Hyral) - An advanced, documented, easily extendable and lightweight (JSON:)API abstraction library with ORM-like CRUD support, automatic relationships handling and support for multiple (different) backends.
54+
* [@hyral/vue](https://github.com/SyneticNL/Hyral/tree/master/packages/vue) - Vue(x) integration for [@hyral/core](https://github.com/SyneticNL/Hyral) for Store-module creation and mixins
5355

5456
### <a href="#client-libraries-typescript" id="client-libraries-typescript" class="headerlink"></a> Typescript
5557
* [ts-angular-jsonapi](https://github.com/reyesoft/ts-angular-jsonapi) A JSON:API library developed for AngularJS in Typescript

0 commit comments

Comments
 (0)