Ghost/core/server/api/shared
kirrg001 7a2398b7f2 Fixed error handling for API frame
no issue

- throwing an object from a catch handler is not a good idea
- unexpected and broke functional call to API (always returned a 500, because API returned {err: err, method: ...}
2019-02-26 08:33:10 +01:00
..
serializers Removed x_by fields from API v2 response 2019-01-03 16:38:52 +01:00
utils Extracted trimAndLowerCase utility to shared utility module 2018-12-10 13:56:42 +01:00
validators Skiped 'all' validations for posts/tags endpoints 2019-02-15 12:19:49 +00:00
frame.js Added apiType property to frame for {Content,Admin} API (#10487) 2019-02-13 16:59:10 +01:00
headers.js Added v2 theme controller 2019-01-30 19:45:02 +01:00
http.js Fixed error handling for API frame 2019-02-26 08:33:10 +01:00
index.js Added tiny framework to support multiple API versions (#9933) 2018-10-05 00:50:45 +02:00
pipeline.js Fixed error handling for API frame 2019-02-26 08:33:10 +01:00