Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmservera/appsource-fulfillment-api-demo
A WIP example for the SaaS Fulfillment API v2
https://github.com/jmservera/appsource-fulfillment-api-demo
Last synced: 8 days ago
JSON representation
A WIP example for the SaaS Fulfillment API v2
- Host: GitHub
- URL: https://github.com/jmservera/appsource-fulfillment-api-demo
- Owner: jmservera
- License: mit
- Created: 2019-07-04T06:35:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:00:44.000Z (about 2 years ago)
- Last Synced: 2024-04-13T03:17:41.467Z (9 months ago)
- Language: JavaScript
- Homepage: https://docs.microsoft.com/en-us/azure/marketplace/partner-center-portal/pc-saas-fulfillment-api-v2
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appsource-fulfillment-api-demo
[![Build Status](https://dev.azure.com/jmservera/appsource-fulfillment-api-demo/_apis/build/status/jmservera.appsource-fulfillment-api-demo?branchName=master)](https://dev.azure.com/jmservera/appsource-fulfillment-api-demo/_build/latest?definitionId=4&branchName=master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=appsource-fulfillment-api-demo&metric=alert_status)](https://sonarcloud.io/dashboard?id=appsource-fulfillment-api-demo)Just some demo code for the [SaaS Fulfillment APIs](https://docs.microsoft.com/en-us/azure/marketplace/partner-center-portal/pc-saas-fulfillment-apis)
Features implemented so far:
* Authorization Bearer
* Token resolve
* Change webhook (without code by now)You need to [register your AAD application](https://docs.microsoft.com/en-us/azure/marketplace/partner-center-portal/pc-saas-registration) and provide
your Tenant ID, Client ID and Client Secret through the *config.js* file or via environment variables with the same name than the config fields.