https://github.com/xinsnake/azure-apim-sdk-node
WIP implementation of Azure API Management RESTful API for Node.js
https://github.com/xinsnake/azure-apim-sdk-node
apim azure nodejs sdk
Last synced: about 2 months ago
JSON representation
WIP implementation of Azure API Management RESTful API for Node.js
- Host: GitHub
- URL: https://github.com/xinsnake/azure-apim-sdk-node
- Owner: xinsnake
- License: mit
- Created: 2017-04-10T10:48:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T14:18:46.000Z (over 8 years ago)
- Last Synced: 2025-09-11T17:58:48.057Z (10 months ago)
- Topics: apim, azure, nodejs, sdk
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-apim-sdk-node
This SDK is an implementation to the Azure API Management REST API. The original
documentation can be found on [Microsoft's documentation page](https://docs.microsoft.com/en-us/rest/api/apimanagement/apimanagementrest/api-management-rest)
I am still developing this and currently only a couple of things are implemented.
## Usage
I'll write this when I have more things ready.
## Implementation Status
Check [Implementations Documentation](./docs/implementations.md) to see the
status of current implementation.