An open API service indexing awesome lists of open source software.

https://github.com/thiagobarradas/simple-auth-api-client

API Client for SimpleAuthAPI
https://github.com/thiagobarradas/simple-auth-api-client

api auth authentication authorization circleci docker dotnet simple

Last synced: 9 months ago
JSON representation

API Client for SimpleAuthAPI

Awesome Lists containing this project

README

          

[![Build status](https://ci.appveyor.com/api/projects/status/57pkygxx3adfie0j?svg=true)](https://ci.appveyor.com/project/ThiagoBarradas/simple-auth-api-client)
[![codecov](https://codecov.io/gh/ThiagoBarradas/simple-auth-api-client/branch/master/graph/badge.svg)](https://codecov.io/gh/ThiagoBarradas/simple-auth-api-client)
[![NuGet Downloads](https://img.shields.io/nuget/dt/SimpleAuth.Api.Client.svg)](https://www.nuget.org/packages/SimpleAuth.Api.Client/)
[![NuGet Version](https://img.shields.io/nuget/v/SimpleAuth.Api.Client.svg)](https://www.nuget.org/packages/SimpleAuth.Api.Client/)

# SimpleAuth API Client

SDK to integrate your application with SimpleAuth.Api.

You must have a API implementing [SimpleAuth.Api](https://github.com/ThiagoBarradas/simple-auth-api).
You can change the API implementation to consume other service, but the API contract must be the same.
So you can use this microservice for all your applications and the need to change the final service, you change in one place.

## Install via NuGet

```
PM> Install-Package SimpleAuth.Api.Client
```

## Dependencies

* [RestSharp](https://github.com/restsharp/RestSharp)
* [Newtonsoft](https://github.com/JamesNK/Newtonsoft.Json)
* [UAUtil](https://github.com/thiagobarradas/uautil)
* [PackUtils](https://github.com/thiagobarradas/packutils)
* [IpInfo.Api.Client](https://github.com/thiagobarradas/ipinfo-api-client)

## How to use

:construction:

# How can I contribute?
Please, refer to [CONTRIBUTING](.github/CONTRIBUTING.md)

# Found something strange or need a new feature?
Open a new Issue following our [ISSUE TEMPLATE](.github/ISSUE_TEMPLATE.md)

# Changelog
See in [nuget version history](https://www.nuget.org/packages/SimpleAuth.Api.Client)