Ghost/ghost/members-api/lib/services
Fabien O'Carroll c17442cf4b Added memberService to members-api
no-issue

The idea of this service is to sit infront of the repository and handle
application logic which does not belong at the data layer. The exact
naming and structure is TBC but this gives us a place to start pulling
logic out of the controllers, without having to mash it all into the
repository.

Also important to note is that is does not return instances of bookshelf
models, but a JSON representation of the model, this allows us to not
leak internal implementation to consumers.
2021-08-25 21:25:19 +02:00
..
geolocation.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00
member-bread.js Added memberService to members-api 2021-08-25 21:25:19 +02:00
stripe-api.js Removed usage of raw Error class 2021-07-14 14:17:38 +01:00
stripe-webhook.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00
token.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00