Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 585 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 585 Bytes

Usermap Api

This is a library that can be used to access Usermap api (https://kosapi.fit.cvut.cz/usermap/doc/rest-api-v1.html, https://rozvoj.fit.cvut.cz/Main/usermap-api).

Every documented endpoint from v1 is supported with all of the parameters.

How to obtain

This package is available on NuGet here.

How to use

Example with dependency injection and caching can be found in Basic project. For usage with scoped services (ie. if you are authenticating more users and getting information about them) look into Scoped project.