Restful API has
Get/Post/Put/Update/Delete method.
Why so many methods?
API is just a Remote Function Call.
I call an API and it return JSON data to me.
I use Post only.
It put all arguments inside the body.
It save a lot of issue.
« Quart is an asyncio reimplementation of the popular Flask microframework API. | Main | Python Architecture Patterns »
The comments to this entry are closed.
Comments