Ghost/ghost/api-framework/lib
Daniel Lockyer d5013199b3 Fixed handling objects as API input parameters
fix https://linear.app/tryghost/issue/SLO-155/paramsmap-is-not-a-function-an-unexpected-error-occurred-please-try

- in the case you provide an object to the API, this code will throw an
  error because it can't map over an object
- we can just assert that params should be an array and throw an error
  otherwise
2024-06-24 10:14:43 +02:00
..
serializers Rolled out API framework JSDoc typing to more places 2024-05-08 09:28:31 +02:00
utils Fixed handling objects as API input parameters 2024-06-24 10:14:43 +02:00
validators Rolled out API framework JSDoc typing to more places 2024-05-08 09:28:31 +02:00
api-framework.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
Frame.js Supported setting headers on a per-request basis 2024-02-28 21:31:04 +07:00
headers.js Rolled out API framework JSDoc typing to more places 2024-05-08 09:28:31 +02:00
http.js Rolled out API framework JSDoc typing to more places 2024-05-08 09:28:31 +02:00
pipeline.js Renamed wrapper to ImplWrapper 2024-05-13 14:53:53 +02:00