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 _______.
In an API, the URL can be named as _______ URL.
In an API, the URL can be named as _______ URL.
URI stands for Uniform Resource ___________
URI stands for Uniform Resource ___________
Every URL is an ___________, but not all URIs are URLs
Every URL is an ___________, but not all URIs are URLs
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
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 _________
REST API Methods include GET, POST, PUT, and ________
REST API Methods include GET, POST, PUT, and ________