Halldor Thorhallsson
79c80f28cc
Removed bluebird from api-framework
module ( #15685 )
...
refs: https://github.com/TryGhost/Ghost/issues/14882
- Removing bluebird specific methods in favour of the Ghost sequence method so we can remove the bluebird dependency
2022-10-31 19:30:18 +00:00
Daniel Lockyer
8574bcd30a
Refactored api-framework to use optional chaining
...
- this makes the code more readable and succinct
2022-08-12 10:16:01 +02:00
Daniel Lockyer
348924d431
Updated API framework debug and test names
...
- these tests have moved from `core/` so the names are no longer
relevant
2022-08-11 17:44:59 +02:00
Daniel Lockyer
687e68d5de
Extracted shared API framework to separate package
...
refs https://github.com/TryGhost/Toolbox/issues/363
- this API framework is standalone and should be pulled out into a
separate package so we can define its boundaries more clearly, and
promote better testing of smaller parts
2022-08-11 17:44:59 +02:00