Simple Api with JWT Bearer Authentication that provides user with fake football league teams and scores.
- ASP .Net Core 3.1 API
- JWT Bearer Authentication
- Hangfire
- AutoMapper
Call the endpoints using tool f.ex. Postman or write your own client. Remember that for /api/scores you need to be authenticated so you have to login (feature coming soon...)
Endpoints:
- GET
- POST
- PUT
- PATCH
- DELETE
Note: There are several GET depending on what you provide (single id, date or team name). For more information contact me.
If you call the endpoint for teams like: this for example in Postman, your output should be similar:
Note: For this call you do not have to be authenticated.