-
Notifications
You must be signed in to change notification settings - Fork 2
REST APIs
dmosora edited this page Feb 5, 2019
·
2 revisions
REST is the most common and straightforward type of Web API. Web APIs allow a browser or other piece of software communicate with a Web application. Because this course's project is centered around building a web application, knowledge of Web APIs will be helpful.