JS client to consume the API in a vue app #558
Unanswered
mahmoudawadeen
asked this question in
Q&A
Replies: 2 comments
-
For whoever faces the same issue, an alternative would be https://github.com/laravel-json-api/laravel. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mahmoudawadeen I'm currently working on a Restify PR to adapt it to JSONAPI specs, you can find it here: #582 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm facing issues finding a JS client that can consume the API without modifying how Restify structures the responses, especially the relations.
Most of the clients out there expect a bit different structure that what Restify is giving out of the box:
Restify
Expected
data.relationships.owner
vs.data.relationships.owner.data
)Please let me know if I'm missing something 🤔
Beta Was this translation helpful? Give feedback.
All reactions