1 / 11

RESTFUL SERVICE

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.

makala
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


  1. VIDA RESTFUL SERVICE

  2. Issues  • Ajax: • Call: POST ? GET? … • Return: success ? error ? … • Format: json ? html ? jsonp… • API: • Call: many urls; params; • Return • Format • Ajax + API: Javascript application

  3. RESTfulWebservice • “REST is a simple way to organize interactions between independent systems.” • Representational state transfer

  4. Key goals

  5. Component • URL • HTTP VERBS • JSON/XML • HTTP CODES

  6. URL

  7. URL - checklist

  8. VERBS = HTTP METHODS

  9. HTTP CODES

  10. Response - checklist

  11. DEMONSTRATE • Demo blog API • Framework: http://slimframework.com/ • Jquery client

More Related