Open tobyzerner opened 9 years ago
We also need to think about API versioning. Since we derivate from the spec in some places (things like avatar uploading)...
This is largely dependent on improving the tobscure/json-api package that we use. But there is some work on our end too, specifically being more strict about request input validation and returning the correct response status codes/headers, as defined in the spec. flarum/framework#262 is related, in that it may be possible to extract some of this request/response handling code into tobscure/json-api.
What needs to be done:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum. In any case, thanks for taking an interest in this software and contributing by opening the issue in the first place!
We are closing this issue as it seems to have grown stale. If you still encounter this problem with the latest version, feel free to re-open it.
The JSON-API spec has a lot of details which we currently don't implement.
Related: