Request Structures Flashcards
1
Q
API Calls consist have a request structure that consists of:
A
HTTP Method: Command to be performed
Endpoint: The location for the task to go to
Headers: Additional information about the request
Body: Data sent with the request
2
Q
HTTP Method:
A
Command to be performed
3
Q
Endpoint:
A
The location for the task to go to
4
Q
Headers:
A
Additional information about the request
5
Q
Body:
A
Data sent with the request