Ghost/ghost/api-framework/lib
Daniel Lockyer 00f42855e3 Excluded docName key from API controller method map
- due to the structure of our API controllers, the docName and methods
  are under the same structure
- this code loops over the keys of the controller and forms the method
  map
- however, it currently also loops over every character of the docName,
  so the resulting map contains a weird structure of chars
- we don't need the docName for this, so we can just exclude it from the
  keys
- this doesn't change any functionality
2024-05-08 11:19:47 +02:00
..
serializers Rolled out API framework JSDoc typing to more places 2024-05-08 09:28:31 +02:00
utils
validators Rolled out API framework JSDoc typing to more places 2024-05-08 09:28:31 +02:00
api-framework.js
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 Excluded docName key from API controller method map 2024-05-08 11:19:47 +02:00