AuctionsApi
Last updated
Last updated
It returns a list of auctions.
It returns a list of auctions.
This function will make a GET request to the Auction API and return the AuctionDto object
It gets the logs of an auction.
It gets the logs for an auction.
It returns a new Uri object that is the base request URI with the /auctions path appended to it.
It takes a IUriParameterBuilder
and returns a Uri
that is the base URI for the auctions endpoint with the parameters built by the IUriParameterBuilder
appended to the end.
It returns a URI for the auction with the given ID.
It returns a Uri
object that represents the URL for the auction logs endpoint
It returns a URI for the auctions logs endpoint
public
()
It returns a list of auctions.
AuctionsDto
public
(
uriParametersBuilder)
It returns a list of auctions.
AuctionsUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
AuctionsDto
This function will make a GET request to the Auction API and return the AuctionDto object
id
The id of the auction you want to retrieve
An AuctionDto object
It gets the logs of an auction.
id
The id of the auction you want to get the logs for.
A list of logs for the auction.
It gets the logs for an auction.
id
The id of the auction you want to get the logs for.
AuctionsUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A LogsDto object.
It returns a new Uri object that is the base request URI with the /auctions path appended to it.
It takes a IUriParameterBuilder
and returns a Uri
that is the base URI for the auctions endpoint with the parameters built by the IUriParameterBuilder
appended to the end.
IUriParameterBuilder
This is an interface that is used to build the query string parameters for the request.
It returns a URI for the auction with the given ID.
id
The id of the auction you want to get.
It returns a Uri
object that represents the URL for the auction logs endpoint
id
The id of the auction you want to get the logs for.
It returns a URI for the auctions logs endpoint
id
The id of the auction you want to get the logs for.
IUriParameterBuilder
This is an interface that is used to build the query string parameters.
public
()
public
(
uriParametersBuilder)
public
(int id)
public
(int id)
public
(int id,
auctionsUriParametersBuilder)
private readonly string
private Uri
()
private Uri
(
uriParameterBuilder)
private Uri
(int id)
private Uri
(int id)
private Uri
(int id,
uriParameterBuilder)
public
(int id)
public
(int id)
public
(int id,
auctionsUriParametersBuilder)
private readonly string
private Uri
()
private Uri
(
uriParameterBuilder)
private Uri
(int id)
private Uri
(int id)
private Uri
(int id,
uriParameterBuilder)