api
api copied to clipboard
A high-performance RESTful API layer designed in support of API-first development and COPE. Connects your content to the world
When using an admin user with full access, POSTing to a collection with required fields but sending a document with empty values, the following error is returned: **document** { "body":...
When installing an app that's been created using DADI API, currently it needs to be "restored" from a DB backup or JSON file to make it accessible. I think it...
With ACL being used to handle authentication and authorisation in consumer applications, we need to introduce a way for people to reset their password (secret).
https://github.com/dadi/api/blob/feat/standard-search/utils/index-search.js does not support the latest version of search.
From https://github.com/dadi/publish/issues/212.
All TTLs given by /token seem to be set to 1800 (half an hour). Allow this to be configurable per client (ID and secret). See: https://github.com/dadi/publish/issues/396#issuecomment-400601732
Currently, it's possible to make a collection or custom endpoint open to the public (i.e. requests without a bearer token) using the `settings.authenticate` property. Whilst this works, it's an _all...
### Expected behavior I'd like to be able to expire a document after a number of seconds. This could be an internal thing for DB-agnostic setups. ### Actual behavior Specifying...
Sample config files, particularly the ones specific to MongoDB, need to be revisited.
### Expected behaviour If an afterGet hook errors, the error detail should be returned to the calling application ### Actual behaviour The GET request fails with a 500 error and...