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
- Host: GitHub
- URL: https://github.com/thiagobarradas/simple-auth-api-client
- Owner: ThiagoBarradas
- Created: 2018-04-03T03:48:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T00:01:32.000Z (about 8 years ago)
- Last Synced: 2025-01-04T00:39:38.418Z (over 1 year ago)
- Topics: api, auth, authentication, authorization, circleci, docker, dotnet, simple
- Language: C#
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/ThiagoBarradas/simple-auth-api-client)
[](https://codecov.io/gh/ThiagoBarradas/simple-auth-api-client)
[](https://www.nuget.org/packages/SimpleAuth.Api.Client/)
[](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)