-
script - A script is a sequence of instructions that is carried out by another program rather than directly by the processor.
-
REST API - The "representational state transfer" refers to the REST API, which is a popular approach for communication in web services.
-
get - To acquire data from an open API, you would typically use a "get" request to retrieve the current forecast for weather from a specific location.
-
JSON - JSON (JavaScript Object Notation) is a quoted string that contains data in a format that is interchangeable between multiple different coding languages.
-
put - The "put" method request is used to store or update an entity at a specific URL.
Which of these is a sequence of instructions carried out by another program opposed to the processor?
(1 point)
string
script
array
stack
Which of the following is an Application Programming Interface (API) that is referred to as
“representational state transfer,” and is the approach for communications in web services?(1 point)
composite API
REST API
partner API
internal API
You are trying to get a current forecast of weather from a specific location in the world. There are a
couple open API sites that allow you to extract the data. What request should you be using to acquire
this data?(1 point)
if
print
get
else
Which of the following is a quoted string which contains data in a format that is interchangeable
between multiple different coding languages?(1 point)
head
JSON
module
post
Which of the following is a method request that the entity is to be stored or put at a specific URL?
(1 point)
post
head
put()
get
1 answer