Skip to content

InSite/api-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API Quickstart

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

Contributing

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature-name
  3. Make your changes
  4. Test your changes: dotnet test
  5. Commit your changes: git commit -am 'Add feature'
  6. Push to the branch: git push origin feature-name
  7. Submit a pull request

License

This project is licensed under the Unlicense - see the LICENSE file for details.

About

.NET console application to demonstrate getting started with the Shift API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published