Fastapi: Creating restful api with FastAPI

Created on 2 Nov 2020  路  1Comment  路  Source: tiangolo/fastapi

Hi,
I am working as an intern in a local company where we have been assigned a project of creating a realtime chat web application. I am working on the backend where I have to develop a restful api using FastAPI.

I have been working on this for past few weeks and I have created a register, login and logout endpoint with MySQL database. Today we had a meeting and I showed my work to our CTO of the company and he told me that this is not a restful api. I asked why it is not and he said that you have to find on your own. Can anyone please tell me how it is not a restful api ?

question

Most helpful comment

FastAPI is a tool to build easily an API thank to a backend web server

the API will be restFULL or not depending of how you implement it

https://en.wikipedia.org/wiki/Representational_state_transfer#Architectural_constraints

you can CLOSE this issue , thank you.

>All comments

FastAPI is a tool to build easily an API thank to a backend web server

the API will be restFULL or not depending of how you implement it

https://en.wikipedia.org/wiki/Representational_state_transfer#Architectural_constraints

you can CLOSE this issue , thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danieljfarrell picture danieljfarrell  路  27Comments

euri10 picture euri10  路  28Comments

ArtsiomD01 picture ArtsiomD01  路  28Comments

sandys picture sandys  路  23Comments

Dustyposa picture Dustyposa  路  23Comments