30 Commits

Author SHA1 Message Date
Aurélien Georget
47f0731df6 Improve JSON API pagination 2016-03-07 18:34:27 +01:00
Aurélien Georget
112a956bab Fix relationships request 2016-03-02 17:07:59 +01:00
Aurélien Georget
0e26dc48e9 Remove useless todo 2016-03-02 16:44:38 +01:00
Aurélien Georget
93572c4e02 Support pagination with JSON API 2016-03-02 16:20:36 +01:00
Aurélien Georget
9a32907282 Split JSON API utils to support multiple ORM 2016-02-22 17:36:58 +01:00
Aurélien Georget
2da3adc1be Handle relationships update 2016-02-08 12:07:58 +01:00
Aurélien Georget
047f68383f Write some TODOs 2016-02-05 18:00:47 +01:00
Aurélien Georget
eee53028de Draft for JSON API pagination support 2016-02-03 16:53:30 +01:00
Aurélien Georget
d318f1cc65 Handle fields selection in query 2016-02-01 17:38:08 +01:00
Aurélien Georget
5995bccf8d Update jsonapi-serializer and consider configuration on relationships 2016-02-01 16:00:54 +01:00
Aurélien Georget
4725e87cc4 Update list of unsupported query parameters 2016-02-01 14:56:17 +01:00
Aurélien Georget
3fa303fa8b Fire error when query parameter is not supported 2016-02-01 14:54:31 +01:00
Aurélien Georget
3d0f801b3a Handle display JSON API version support 2016-02-01 14:38:55 +01:00
Aurélien Georget
348428132c Support X-HTTP-Method-Override for old clients 2016-02-01 14:22:29 +01:00
Aurélien Georget
06549e6bb7 Improve errors display and display only existing link 2016-01-29 17:56:57 +01:00
Aurélien Georget
744bf74069 Enabled or not JSON API support thanks to configuration 2016-01-29 16:01:10 +01:00
Aurélien Georget
9ba5137777 Clean code and improve administration routes exclusion 2016-01-29 14:52:11 +01:00
Aurélien Georget
bd2ae13859 Remove logs, handle DELETE method and add some verifications 2016-01-29 13:17:38 +01:00
Aurélien Georget
42c06950e2 Migrate utils functions 2016-01-28 16:21:25 +01:00
Aurélien Georget
37b937a4de Handle POST method with JSON API request and response 2016-01-28 16:12:16 +01:00
Aurélien Georget
c7049253d6 Use generators, send strapi instance in parser and optimizations 2016-01-27 16:45:44 +01:00
Aurélien Georget
fad6c2af6d Apply on GET routes and dirty way to verify request body object 2016-01-27 14:20:09 +01:00
Aurélien Georget
9dd94e72a2 Add middleware to parse data request 2016-01-26 18:03:52 +01:00
Aurélien Georget
8408538f21 Reject related request with include parameter 2016-01-26 16:30:31 +01:00
Aurélien Georget
38f9239ec9 Handle related ressource without include parameter 2016-01-26 16:24:43 +01:00
Aurélien Georget
fc970e6538 Handle relationships requests 2016-01-26 15:35:25 +01:00
Aurélien Georget
23b306c576 Support relationships for collection and ressource 2016-01-25 16:48:15 +01:00
Aurélien Georget
2868ce08ee Writting some TODOs, adding support for single ressource fetch 2016-01-22 18:36:15 +01:00
Aurélien Georget
684acb6f7d Serialize data for collections and ressources 2016-01-22 17:59:46 +01:00
Aurélien Georget
03400e82f5 Build interceptor and JSON API helpers 2016-01-22 15:40:43 +01:00