Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2016 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) DeleteSkusIdentifier(params *DeleteSkusIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSkusIdentifierNoContent, error) + func (a *Client) GetProfilesLibrary(params *GetProfilesLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*GetProfilesLibraryOK, error) + func (a *Client) GetProfilesLibraryIdentifier(params *GetProfilesLibraryIdentifierParams, ...) (*GetProfilesLibraryIdentifierOK, error) + func (a *Client) PutProfilesLibraryIdentifier(params *PutProfilesLibraryIdentifierParams, ...) (*PutProfilesLibraryIdentifierOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type DeleteSkusIdentifierDefault struct + Payload *models.Error + func NewDeleteSkusIdentifierDefault(code int) *DeleteSkusIdentifierDefault + func (o *DeleteSkusIdentifierDefault) Code() int + func (o *DeleteSkusIdentifierDefault) Error() string + type DeleteSkusIdentifierNoContent struct + Payload DeleteSkusIdentifierNoContentBodyBody + func NewDeleteSkusIdentifierNoContent() *DeleteSkusIdentifierNoContent + func (o *DeleteSkusIdentifierNoContent) Error() string + type DeleteSkusIdentifierNoContentBodyBody interface + type DeleteSkusIdentifierNotFound struct + Payload *models.Error + func NewDeleteSkusIdentifierNotFound() *DeleteSkusIdentifierNotFound + func (o *DeleteSkusIdentifierNotFound) Error() string + type DeleteSkusIdentifierParams struct + Identifier string + func NewDeleteSkusIdentifierParams() *DeleteSkusIdentifierParams + func (o *DeleteSkusIdentifierParams) WithIdentifier(Identifier string) *DeleteSkusIdentifierParams + func (o *DeleteSkusIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSkusIdentifierReader struct + func (o *DeleteSkusIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetProfilesLibraryDefault struct + Payload *models.Error + func NewGetProfilesLibraryDefault(code int) *GetProfilesLibraryDefault + func (o *GetProfilesLibraryDefault) Code() int + func (o *GetProfilesLibraryDefault) Error() string + type GetProfilesLibraryIdentifierDefault struct + Payload *models.Error + func NewGetProfilesLibraryIdentifierDefault(code int) *GetProfilesLibraryIdentifierDefault + func (o *GetProfilesLibraryIdentifierDefault) Code() int + func (o *GetProfilesLibraryIdentifierDefault) Error() string + type GetProfilesLibraryIdentifierNotFound struct + Payload *models.Error + func NewGetProfilesLibraryIdentifierNotFound() *GetProfilesLibraryIdentifierNotFound + func (o *GetProfilesLibraryIdentifierNotFound) Error() string + type GetProfilesLibraryIdentifierOK struct + Payload GetProfilesLibraryIdentifierOKBodyBody + func NewGetProfilesLibraryIdentifierOK() *GetProfilesLibraryIdentifierOK + func (o *GetProfilesLibraryIdentifierOK) Error() string + type GetProfilesLibraryIdentifierOKBodyBody interface + type GetProfilesLibraryIdentifierParams struct + Identifier string + func NewGetProfilesLibraryIdentifierParams() *GetProfilesLibraryIdentifierParams + func (o *GetProfilesLibraryIdentifierParams) WithIdentifier(Identifier string) *GetProfilesLibraryIdentifierParams + func (o *GetProfilesLibraryIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetProfilesLibraryIdentifierReader struct + func (o *GetProfilesLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetProfilesLibraryOK struct + Payload []interface{} + func NewGetProfilesLibraryOK() *GetProfilesLibraryOK + func (o *GetProfilesLibraryOK) Error() string + type GetProfilesLibraryParams struct + func NewGetProfilesLibraryParams() *GetProfilesLibraryParams + func (o *GetProfilesLibraryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetProfilesLibraryReader struct + func (o *GetProfilesLibraryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutProfilesLibraryIdentifierDefault struct + Payload *models.Error + func NewPutProfilesLibraryIdentifierDefault(code int) *PutProfilesLibraryIdentifierDefault + func (o *PutProfilesLibraryIdentifierDefault) Code() int + func (o *PutProfilesLibraryIdentifierDefault) Error() string + type PutProfilesLibraryIdentifierInternalServerError struct + Payload *models.Error + func NewPutProfilesLibraryIdentifierInternalServerError() *PutProfilesLibraryIdentifierInternalServerError + func (o *PutProfilesLibraryIdentifierInternalServerError) Error() string + type PutProfilesLibraryIdentifierOK struct + Payload PutProfilesLibraryIdentifierOKBodyBody + func NewPutProfilesLibraryIdentifierOK() *PutProfilesLibraryIdentifierOK + func (o *PutProfilesLibraryIdentifierOK) Error() string + type PutProfilesLibraryIdentifierOKBodyBody interface + type PutProfilesLibraryIdentifierParams struct + Identifier string + func NewPutProfilesLibraryIdentifierParams() *PutProfilesLibraryIdentifierParams + func (o *PutProfilesLibraryIdentifierParams) WithIdentifier(Identifier string) *PutProfilesLibraryIdentifierParams + func (o *PutProfilesLibraryIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutProfilesLibraryIdentifierReader struct + func (o *PutProfilesLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)