MarketPlacesApi
Last updated
Last updated
This function will return a list of marketplaces that are available to the user.
This function will return a MarketplaceDto
object from the API.
It returns a Uri object that represents the URL for the marketplaces endpoint.
It takes a string and returns a URI.
public
()
This function will return a list of marketplaces that are available to the user.
A list of marketplaces.
public
(string name)
This function will return a MarketplaceDto
object from the API.
name
The name of the marketplace you want to retrieve.
A MarketplaceDto object
It returns a Uri object that represents the URL for the marketplaces endpoint.
It takes a string and returns a URI.
name
The name of the marketplace you want to retrieve.
public
()
public
(string name)
private readonly string
private Uri
()
private Uri
(string name)
private readonly string
private Uri
()
private Uri
(string name)