Skip to content

ptakpiotr/FakeFootballAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeFootballApi

Table of contents

General info

Simple Api with JWT Bearer Authentication that provides user with fake football league teams and scores.

Technologies

  • ASP .Net Core 3.1 API
  • JWT Bearer Authentication
  • Hangfire
  • AutoMapper

Usage

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: photo

Note: For this call you do not have to be authenticated.

Updates

Releases

No releases published

Packages

No packages published