A cross platform api client library built using Microsoft .Net Core Standard that utilizes the Resgrid API to interact with your department
Resgrid is a software as a service (SaaS) logistics, management and communications platform for first responders, volunteer fire departments, career fire, EMS, Search and Rescue (SAR), public safety, HAZMAT, CERT, disaster response, etc.
Sign up for your free Resgrid Account Today!
- .NET Standard V2.0+
Using the [.NET Core command-line interface (CLI) tools][dotnet-core-cli-tools]:
dotnet add package Resgrid.ApiClient
Using the [NuGet Command Line Interface (CLI)][nuget-cli]:
nuget install Resgrid.ApiClient
Using the [Package Manager Console][package-manager-console]:
Install-Package Resgrid.ApiClient
From within Visual Studio:
- Open the Solution Explorer.
- Right-click on a project within your solution.
- Click on Manage NuGet Packages...
- Click on the Browse tab and search for "Resgrid.ApiClient".
- Click on the Resgrid.ApiClient package, select the appropriate version in the right-tab and click Install.
You can view the Resgrid Api Documentation at https://api.resgrid.com
To begin using the ApiClient you first need to call the Init() function with the base url of the api and your username and password for the account making the requests.
ResgridV3ApiClient.Init("https://api.resgrid.com", "YOUR USERNAME", "YOUR PASSWORD");
Once you've Initialized the ApiClient you can call the Apis you want and they will handle the underlying Auth()'ing for each request.
- Shawn Jackson (Twitter: @DesignLimbo Blog: http://designlimbo.com)
- Jason Jarrett (Twitter: @staxmanade Blog: http://staxmanade.com)