|
|
|
What python framework can be used to build a REST api?
|
|
3 points
by udswagz
4167 days ago
|
|
I know of Flask, Django and Pyramid. I don't want anything that has those in it, i all i want is a pure Rest Framework (not Web framework with REST extensions). Something that is used for just RESTful ApI.
Just Models and Controllers no views.
Thanks in advance. |
|
You don't necessarily even need a framework. You could use some libraries. You only need: routing, HTTP request processing, and HTTP response preparation.