Template Registry API follows OpenAPI 2.0 Specification.
See Template Registry API Schema for more details on this RESTful API.
$ git clone git@github.com:adobe/adp-template-registry-api.git
$ cd adp-template-registry-api
$ npm install
Copy the root .env.example
to a new .env
file and fill out all the fields
$ aio app deploy
$ aio runtime api create /v1 --config-file=template-registry-api.json
The output of the second command should provide you with the base URL for calling your service
Note: It can take up to five minutes for the API configuration to be fully setup and ready for use
npm test
To functionally test the API, developers can import the Template Registry collection template-registry-collection.json into Insomnia (or any API tooling forked from Insomnia).
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.