Understanding the Basics of the python Flask API
You will be able to learn and understand how to design and implement RESTful API’s via the Flask framework.
A RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data.
A RESTful API -- also referred to as a RESTful web service -- is based on representational state transfer (REST) technology, an architectural style and approach to communications often used in web services development.
REST technology is generally preferred to the more robust Simple Object Access Protocol (SOAP) technology because REST leverages less bandwidth, making it more suitable for internet usage. The API spells out the proper way for a developer to write a program requesting services from an operating system or other application.
For more Information about the RESTFUl API visit here
Here is a guide to Flask Installation
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or Destructoid ? Spread the word!
Don't forget to follow me on twitter
Thanks! Ore-Aruwaji Oloruntola