MediasQuery is a class that extends the APIWrapper class. It defines the medias method that returns a MediaResponse.
MediasQuery
APIWrapper
medias
MediaResponse
Creates an instance of MediasQuery.
A string representing the authentication token.
Returns a MediaResponse object.
A MediasVariables object representing the variables for the query.
MediasVariables
A MediaResponse object.
MediasQuery
is a class that extends theAPIWrapper
class. It defines themedias
method that returns aMediaResponse
.