Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmservera/azuremarketplacesaasapiclient
An experimental .NET client implementation for the Azure Marketplace SaaS Fulfillment API V2
https://github.com/jmservera/azuremarketplacesaasapiclient
Last synced: 8 days ago
JSON representation
An experimental .NET client implementation for the Azure Marketplace SaaS Fulfillment API V2
- Host: GitHub
- URL: https://github.com/jmservera/azuremarketplacesaasapiclient
- Owner: jmservera
- License: mit
- Created: 2019-06-28T08:44:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:30:28.000Z (about 2 years ago)
- Last Synced: 2024-04-13T03:17:42.039Z (9 months ago)
- Language: C#
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Marketplace SaaS Fulfillment API Client
An experimental .NET client implementation for the Azure Marketplace SaaS Fulfillment API V2.
I built this project as a part of a sample I am developing for demonstrating how SaaS applications can be integrated with Azure Marketplace.The Azure SaaS Fulfillment API V2 reference is: [here](https://docs.microsoft.com/en-us/azure/marketplace/cloud-partner-portal/saas-app/cpp-saas-fulfillment-api-v2#update-a-subscription).
There is also a Postman collection showing the mock API.
This client is based on the mock API referenced in the article above.
The client is also available as a Nuget package at https://www.nuget.org/packages/AzureMarketplaceSaaSApiClient/