Difference between REST API and Web Application

What is the difference when I am going to write a REST API?

I mean, what considerations should I consider that are not important for web applications? including server, programming style, tougher security considerations, etc.

+3
source share
2 answers

You must follow RESTful principles as described in Roy Fielding's document: http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm

+2
source

- - HTML, . REST API, , HTTP, , , , Flash/Flex ..

+3

All Articles