Giter Site home page Giter Site logo

cryptojeffe / apiclient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from resgrid/apiclient

0.0 0.0 0.0 26 KB

Library to interact with the Resgrid API that allows you to create calls and dispatch personnel.

License: Apache License 2.0

C# 100.00%

apiclient's Introduction

Resgrid Api Client

A cross platform api client library built using Microsoft .Net Core Standard that utilizes the Resgrid API to interact with your department


Build status ResgridApiClient

About Resgrid

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!

Requirements

  • .NET Standard V2.0+

Installation

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:

  1. Open the Solution Explorer.
  2. Right-click on a project within your solution.
  3. Click on Manage NuGet Packages...
  4. Click on the Browse tab and search for "Resgrid.ApiClient".
  5. Click on the Resgrid.ApiClient package, select the appropriate version in the right-tab and click Install.

Documentation

You can view the Resgrid Api Documentation at https://api.resgrid.com

Usage

Initial Setup

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.

Notes

Author's

License

Apache 2.0

apiclient's People

Contributors

ucswift avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.