Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 383 Bytes

apim-functions

This project contains azure functions and proxies used to back the core-api-mgmt apim instance.

Unit tests

npm install && npm test

Open API (Swagger) definition

As of now, the API definition is located in the ./openApi.json file.

You may modify this specification accordingly to any modification you may perform as this task is not automated so far.