Table of Contents

Class PixelLab

public class PixelLab : ApiClient<PixelLab, PixelLabSettings>, IApiClient
Inheritance
object
RESTClient
CRUDClient<PixelLab>
PixelLab
Implements
Inherited Members
CRUDClient<PixelLab>.Name
CRUDClient<PixelLab>.Version
CRUDClient<PixelLab>.BetaVersion
CRUDClient<PixelLab>.BaseUrl
CRUDClient<PixelLab>.GetApiKey(string)
CRUDClient<PixelLab>.CreateClientSettings()
CRUDClient<PixelLab>.IsDeletedPredicate(RESTResponse)
CRUDClient<PixelLab>.POSTCreateAsync<TRequestBody, TResponse>(string, CRUDServiceBase<PixelLab>, TRequestBody, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.POSTCreateAsync<TRequestBody, TResponse>(string, CRUDServiceBase<PixelLab>, TRequestBody, params IUriParam[])
CRUDClient<PixelLab>.POSTCreateAsync<TRequestBody>(string, CRUDServiceBase<PixelLab>, TRequestBody, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.POSTCreateAsync<TRequestBody>(string, CRUDServiceBase<PixelLab>, TRequestBody, params IUriParam[])
CRUDClient<PixelLab>.POSTCreateAsync<TResponse>(string, CRUDServiceBase<PixelLab>, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.GETRetrieveAsync<TResponse>(string, CRUDServiceBase<PixelLab>, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.POSTUpdateAsync<TRequestBody, TResponse>(string, CRUDServiceBase<PixelLab>, TRequestBody, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.POSTUpdateAsync<TRequestBody, TResponse>(string, CRUDServiceBase<PixelLab>, TRequestBody, params IUriParam[])
CRUDClient<PixelLab>.POSTUpdateAsync<TResponse>(string, CRUDServiceBase<PixelLab>, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.PATCHUpdateAsync<TResponse>(string, CRUDServiceBase<PixelLab>, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.DELETEDeleteAsync<TResponse>(string, CRUDServiceBase<PixelLab>, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.DELETEDeleteAsync<TRequestBody>(string, CRUDServiceBase<PixelLab>, TRequestBody, RESTRequestOptions, params IUriParam[])
CRUDClient<PixelLab>.GETListAsync<TQuery, TResponse>(string, CRUDServiceBase<PixelLab>, TQuery, RESTRequestOptions, params IUriParam[])

Constructors

PixelLab()

public PixelLab()

Properties

Account

public AccountService Account { get; }

Property Value

AccountService

Animate

public AnimateService Animate { get; }

Property Value

AnimateService

Image

public ImageService Image { get; }

Property Value

ImageService

Inpaint

public InpaintService Inpaint { get; }

Property Value

InpaintService

Rotate

public RotateService Rotate { get; }

Property Value

RotateService

Tileset

public TilesetService Tileset { get; }

Property Value

TilesetService

Methods

CreateCRUDClientSettings()

protected override CRUDClientSettings CreateCRUDClientSettings()

Returns

CRUDClientSettings

CreateJsonSerializerSettingsData()

protected override ApiClient<PixelLab, PixelLabSettings>.JsonSerializerSettingsData CreateJsonSerializerSettingsData()

Returns

ApiClient<PixelLab, PixelLabSettings>.JsonSerializerSettingsData