Podcast
Questions and Answers
API stands for Application Programming __________.
API stands for Application Programming __________.
Interface
API allows interactions between systems by following a set of standards and _______.
API allows interactions between systems by following a set of standards and _______.
protocols
REST API uses _______ protocol as a Communication interface.
REST API uses _______ protocol as a Communication interface.
HTTP
URL stands for Uniform Resource _______.
URL stands for Uniform Resource _______.
Signup and view all the answers
In an API, the URL can be named as _______ URL.
In an API, the URL can be named as _______ URL.
Signup and view all the answers
URI stands for Uniform Resource ___________
URI stands for Uniform Resource ___________
Signup and view all the answers
Every URL is an ___________, but not all URIs are URLs
Every URL is an ___________, but not all URIs are URLs
Signup and view all the answers
Body Params are ONLY used in requests that must send information, such as ________ or update
Body Params are ONLY used in requests that must send information, such as ________ or update
Signup and view all the answers
A variable in the URI path that helps querying/filtering through a list of resources is called a Query _________
A variable in the URI path that helps querying/filtering through a list of resources is called a Query _________
Signup and view all the answers
REST API Methods include GET, POST, PUT, and ________
REST API Methods include GET, POST, PUT, and ________
Signup and view all the answers