Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts
Flask-RESTful

Flask-RESTful

A cleaner and easier way to implement RESTful api    This site  provide a pretty good explanation of Flask-RESTful; Flask-RESTful  is...

0 Comments
Hey Mr.Postman

Hey Mr.Postman

   As I have mention in the first section , the are many type of HTTP request. So far, we use only one type which is "GET" comm...

0 Comments
Work with JSON

Work with JSON

   {JSON} is a standard text format, which is used by REST API for data interchange. For more information on what is JSON click here...

0 Comments
Flask helloworld!

Flask helloworld!

REST API is commonly use in web-services, thus here I'm going to use Flask, an python light-weight web development framework to imple...

0 Comments