let your rest api talk

5
Let your REST API talk Nikolay Petkov Service Center Manager @Proxiad

Upload: hrabur

Post on 15-Aug-2015

32 views

Category:

Software


1 download

TRANSCRIPT

Page 1: Let your REST API talk

Let your REST API talkNikolay Petkov

Service Center Manager @Proxiad

Page 2: Let your REST API talk

Why REST?● HTTP powers the net for decades● Every major programing language has first

class support for HTTP, both server and client side

● Browsers (understandably) and JavaScript speak HTTP fluently

● HTTP is features rich protocol, why use only the “body of the POST request” ;-)

Page 3: Let your REST API talk

The HTTP armory

Page 4: Let your REST API talk

HTTP Methods

Page 5: Let your REST API talk

Status Codes