Skip to Content
Mastering Flask
book

Mastering Flask

by Jack Stouffer
September 2015
Intermediate to advanced
288 pages
5h 30m
English
Packt Publishing
Content preview from Mastering Flask

Chapter 8. Building RESTful APIs

Representational State Transfer, or REST, is a method of transferring information between a client and a server. On the Web, REST is used on top of HTTP and allows browsers and servers to easily communicate by leveraging basic HTTP commands. By using HTTP commands, REST is platform and programming language agnostic, and decouples the client and the server for easier development. This is typically used in JavaScript applications that need to pull or update user information on the server. REST is also used to provide outside developers with a common interface to user data. For example, Facebook and Twitter use REST in their application program interface (API), to allow developers to get information without having ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

An Introduction to Flask

An Introduction to Flask

Miguel Grinberg
Flask Blueprints

Flask Blueprints

Joel Perras
Flask By Example

Flask By Example

Gareth Dwyer

Publisher Resources

ISBN: 9781784393656Supplemental Content