You need to have added an application with API keys within the Sherweb partner portal: https://cumulus.sherweb.com. On the left menu, under Security, click on the APIs menu:
Add a new application. Make sure to copy the Client Id, Client Secret and Subscription Key which are required in order to use the APIs:
We have an organization on nuget.org: https://www.nuget.org/profiles/Sherweb. All public NuGet packages are there. This repository provides all the source codes for these NuGet packages if you want to build them on your own instead of using built packages. Each folder under NugetPackagesSourceCode is an API and there is a Readme for each.
In the folder SampleCode, you will find all the examples on how to use the NuGet packages. All examples are in C#. This is where you will need the Client Id, Client Secret and Subscription Key. Feel free to submit any code enhancements to us.
In the folder Postman, you will find all files allowing you to test the APIs directly with Postman. There is a "Collection" for each API plus an "Environement". Here's a quick how-to-use :
- Set your ClientId, ClientSecret and SubscriptionKey in the environment.
- Use the Authorization collection to retrieve your token.
- Set this token in the "Authorization" section of each API call (replace YOUR_TOKEN by your token).
- Voilà.
You can find all the documentation related to these APIs here: https://developers.sherweb.com/.
You can submit code related bugs and feature requests, and help us verify as they are checked in.
You can send support requests from the Sherweb partner portal.
Copyright (c) Sherweb Inc. All rights reserved. Licensed under the MIT license.