1 / 11
RESTFUL SERVICE
130 likes | 322 Views
VIDA. RESTFUL SERVICE. Issues . Ajax: Call: POST ? GET? … Return: success ? e rror ? … Format: json ? html ? j sonp … API: Call: many urls ; params ; Return Format Ajax + API: Javascript application. RESTful Webservice.
Download Presentation
RESTFUL SERVICE
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
VIDA RESTFUL SERVICE
Issues • Ajax: • Call: POST ? GET? … • Return: success ? error ? … • Format: json ? html ? jsonp… • API: • Call: many urls; params; • Return • Format • Ajax + API: Javascript application
RESTfulWebservice • “REST is a simple way to organize interactions between independent systems.” • Representational state transfer
Component • URL • HTTP VERBS • JSON/XML • HTTP CODES
DEMONSTRATE • Demo blog API • Framework: http://slimframework.com/ • Jquery client
More Related