Skip to content

RESTful API allows users to access and manipulate data from a blog through HTTP requests.

Notifications You must be signed in to change notification settings

YousefAldabbas/fast-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fast-blog API

Welcome! 👋

Thanks for checking out this project!

this project was build during my internship at fintech ahli bank ,i build this project to learn FastAPI on my prefered way learn by building project,

this projects doesn't done yet

Open Endpoints

Open endpoints require no Authentication.

Login

  • Login : POST /api/login/

User

Blog

Endpoints that require Authentication

Closed endpoints require a valid Token to be included in the header of the request. A Token can be acquired from the Login view above.

Current User related

Each endpoint manipulates or displays information related to the User whose Token is provided with the request:

Blog

Account related

Endpoints for viewing and manipulating the Accounts that the Authenticated User has permissions to access.

About

RESTful API allows users to access and manipulate data from a blog through HTTP requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages