diff --git a/python_algorithms/RESTful/README.md b/python_algorithms/RESTful/README.md index 4889d7e..85ba142 100644 --- a/python_algorithms/RESTful/README.md +++ b/python_algorithms/RESTful/README.md @@ -1,16 +1,11 @@ -## RESTful APIs: +# RESTful API for NewGon: **http Methods:** -GET - get ressource -POST - create a new ressource -DELETE - deleting ressources +`GET` - get ressource +`POST` - create a new ressource +`DELETE` - deleting ressources -collection: /status - * GET - - * POST - * DELETE - # GETTING information