This repository includes the source code for a C# .NET console application that demonstrates how to interact with the API using an HTTP client.
The best place to start is the Bearer Authentication Demo in the src/cli folder. This example shows how to authenticate using a JWT bearer token, make API calls, and process responses for groups, user accounts, and gradebooks. The API provides much more, of course. The source code here is intended as an example only, to help you get started working with the API.
Please note this quickstart applies to version 2 of the API for Shift iQ.
You can explore the documentation here: Developer Documentation
- Fork the repository
- Create a feature branch:
git checkout -b feature-name
- Make your changes
- Test your changes:
dotnet test
- Commit your changes:
git commit -am 'Add feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request
This project is licensed under the Unlicense - see the LICENSE file for details.