FIT2095 Lecture Notes - Lecture 7: Application Programming Interface, Representational State Transfer, Hypertext Transfer Protocol

105 views3 pages

Document Summary

Uses http requests to perform crud operations on data. Vocabulary of http operations (get, put, delete) Independent of the type of platform or languages. Due to being based on standard http operations. Methods which indicate the type of action to be performed on the resources. Requests the server to create a resource in the database. Non-idempotent - multiple requests will have di erent e ects. Requests the server to update resource or create the resource (if it doesn"t exist) Idempotent - multiple requests will have the same e ects. Requests the resources, or its instance, should be removed from the database. When a client sends an http request to the server, the client should get some feedback (pass or failed) Develop frontend pages that generate http requests. Needs a lot of time and resources. Using restful clients that simulate the silent side.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents