Usage with JSONAPI.org #643
Answered
by
CodeDredd
MartinMalinda
asked this question in
Q&A
|
Hello! Has anyone experimented with using this lib with a JSONAPI.org API? https://jsonapi.org/ I believe if anything, this explicit backend API should make the job easier for a client side ORM but the lib would need to provide some kind of adapter for it.. Ember data expects a JSONAPI.org backend by default and it worked pretty well there (https://api.emberjs.com/ember-data/release/classes/JSONAPIAdapter) Thanks for any insights, tips! |
Answered by
CodeDredd
Nov 29, 2022
Replies: 1 comment 4 replies
|
Hi, can you make an example how you can imagine that could be used with pinia-orm ? It would help to discuess it if and how can be implemented. Thanks ❤️ |
4 replies
Answer selected by
MartinMalinda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
can you make an example how you can imagine that could be used with pinia-orm ? It would help to discuess it if and how can be implemented. Thanks ❤️