public_follow

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2022 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for public follow API

func (*Client) GetFollowedContent deprecated

Deprecated: Use GetFollowedContentShort instead.

GetFollowedContent gets contents from followed creators

Requires valid user token

func (*Client) GetFollowedContentShort

func (a *Client) GetFollowedContentShort(params *GetFollowedContentParams, authInfo runtime.ClientAuthInfoWriter) (*GetFollowedContentOK, error)

GetFollowedContentShort gets contents from followed creators

Requires valid user token

func (*Client) GetFollowedUsers deprecated

Deprecated: Use GetFollowedUsersShort instead.

GetFollowedUsers gets followed creators

Requires valid user token

func (*Client) GetFollowedUsersShort

func (a *Client) GetFollowedUsersShort(params *GetFollowedUsersParams, authInfo runtime.ClientAuthInfoWriter) (*GetFollowedUsersOK, error)

GetFollowedUsersShort gets followed creators

Requires valid user token

func (*Client) GetPublicFollowers deprecated added in v0.16.0

Deprecated: Use GetPublicFollowersShort instead.

GetPublicFollowers gets list of followers

func (*Client) GetPublicFollowersShort added in v0.16.0

func (a *Client) GetPublicFollowersShort(params *GetPublicFollowersParams, authInfo runtime.ClientAuthInfoWriter) (*GetPublicFollowersOK, error)

GetPublicFollowersShort gets list of followers

func (*Client) GetPublicFollowing deprecated added in v0.16.0

Deprecated: Use GetPublicFollowingShort instead.

GetPublicFollowing gets list of following

func (*Client) GetPublicFollowingShort added in v0.16.0

func (a *Client) GetPublicFollowingShort(params *GetPublicFollowingParams, authInfo runtime.ClientAuthInfoWriter) (*GetPublicFollowingOK, error)

GetPublicFollowingShort gets list of following

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateUserFollowStatus deprecated

Deprecated: Use UpdateUserFollowStatusShort instead.

UpdateUserFollowStatus updates follow unfollow status to a user

Requires valid user token

func (*Client) UpdateUserFollowStatusShort

func (a *Client) UpdateUserFollowStatusShort(params *UpdateUserFollowStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserFollowStatusOK, error)

UpdateUserFollowStatusShort updates follow unfollow status to a user

Requires valid user token

type ClientService

type ClientService interface {
	GetFollowedContent(params *GetFollowedContentParams, authInfo runtime.ClientAuthInfoWriter) (*GetFollowedContentOK, *GetFollowedContentUnauthorized, *GetFollowedContentNotFound, *GetFollowedContentInternalServerError, error)
	GetFollowedContentShort(params *GetFollowedContentParams, authInfo runtime.ClientAuthInfoWriter) (*GetFollowedContentOK, error)
	GetFollowedUsers(params *GetFollowedUsersParams, authInfo runtime.ClientAuthInfoWriter) (*GetFollowedUsersOK, *GetFollowedUsersUnauthorized, *GetFollowedUsersNotFound, *GetFollowedUsersInternalServerError, error)
	GetFollowedUsersShort(params *GetFollowedUsersParams, authInfo runtime.ClientAuthInfoWriter) (*GetFollowedUsersOK, error)
	GetPublicFollowers(params *GetPublicFollowersParams, authInfo runtime.ClientAuthInfoWriter) (*GetPublicFollowersOK, *GetPublicFollowersUnauthorized, *GetPublicFollowersNotFound, *GetPublicFollowersInternalServerError, error)
	GetPublicFollowersShort(params *GetPublicFollowersParams, authInfo runtime.ClientAuthInfoWriter) (*GetPublicFollowersOK, error)
	GetPublicFollowing(params *GetPublicFollowingParams, authInfo runtime.ClientAuthInfoWriter) (*GetPublicFollowingOK, *GetPublicFollowingUnauthorized, *GetPublicFollowingNotFound, *GetPublicFollowingInternalServerError, error)
	GetPublicFollowingShort(params *GetPublicFollowingParams, authInfo runtime.ClientAuthInfoWriter) (*GetPublicFollowingOK, error)
	UpdateUserFollowStatus(params *UpdateUserFollowStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserFollowStatusOK, *UpdateUserFollowStatusBadRequest, *UpdateUserFollowStatusUnauthorized, *UpdateUserFollowStatusNotFound, *UpdateUserFollowStatusInternalServerError, error)
	UpdateUserFollowStatusShort(params *UpdateUserFollowStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserFollowStatusOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new public follow API client.

type GetFollowedContentInternalServerError

type GetFollowedContentInternalServerError struct {
	Payload *ugcclientmodels.ResponseError
}

GetFollowedContentInternalServerError handles this case with default header values.

Internal Server Error

func NewGetFollowedContentInternalServerError

func NewGetFollowedContentInternalServerError() *GetFollowedContentInternalServerError

NewGetFollowedContentInternalServerError creates a GetFollowedContentInternalServerError with default headers values

func (*GetFollowedContentInternalServerError) Error

func (*GetFollowedContentInternalServerError) GetPayload

func (*GetFollowedContentInternalServerError) ToJSONString added in v0.25.0

type GetFollowedContentNotFound

type GetFollowedContentNotFound struct {
	Payload *ugcclientmodels.ResponseError
}

GetFollowedContentNotFound handles this case with default header values.

Not Found

func NewGetFollowedContentNotFound

func NewGetFollowedContentNotFound() *GetFollowedContentNotFound

NewGetFollowedContentNotFound creates a GetFollowedContentNotFound with default headers values

func (*GetFollowedContentNotFound) Error

func (*GetFollowedContentNotFound) GetPayload

func (*GetFollowedContentNotFound) ToJSONString added in v0.25.0

func (o *GetFollowedContentNotFound) ToJSONString() string

type GetFollowedContentOK

type GetFollowedContentOK struct {
	Payload *ugcclientmodels.ModelsPaginatedContentDownloadResponse
}

GetFollowedContentOK handles this case with default header values.

OK

func NewGetFollowedContentOK

func NewGetFollowedContentOK() *GetFollowedContentOK

NewGetFollowedContentOK creates a GetFollowedContentOK with default headers values

func (*GetFollowedContentOK) Error

func (o *GetFollowedContentOK) Error() string

func (*GetFollowedContentOK) GetPayload

func (*GetFollowedContentOK) ToJSONString added in v0.25.0

func (o *GetFollowedContentOK) ToJSONString() string

type GetFollowedContentParams

type GetFollowedContentParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Limit
	  number of content per page

	*/
	Limit *int64
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Offset
	  the offset number to retrieve

	*/
	Offset *int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

GetFollowedContentParams contains all the parameters to send to the API endpoint for the get followed content operation typically these are written to a http.Request

func NewGetFollowedContentParams

func NewGetFollowedContentParams() *GetFollowedContentParams

NewGetFollowedContentParams creates a new GetFollowedContentParams object with the default values initialized.

func NewGetFollowedContentParamsWithContext

func NewGetFollowedContentParamsWithContext(ctx context.Context) *GetFollowedContentParams

NewGetFollowedContentParamsWithContext creates a new GetFollowedContentParams object with the default values initialized, and the ability to set a context for a request

func NewGetFollowedContentParamsWithHTTPClient

func NewGetFollowedContentParamsWithHTTPClient(client *http.Client) *GetFollowedContentParams

NewGetFollowedContentParamsWithHTTPClient creates a new GetFollowedContentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFollowedContentParamsWithTimeout

func NewGetFollowedContentParamsWithTimeout(timeout time.Duration) *GetFollowedContentParams

NewGetFollowedContentParamsWithTimeout creates a new GetFollowedContentParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetFollowedContentParams) SetAuthInfoWriter added in v0.17.0

func (o *GetFollowedContentParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get followed content params

func (*GetFollowedContentParams) SetContext

func (o *GetFollowedContentParams) SetContext(ctx context.Context)

SetContext adds the context to the get followed content params

func (*GetFollowedContentParams) SetHTTPClient

func (o *GetFollowedContentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get followed content params

func (*GetFollowedContentParams) SetHTTPClientTransport added in v0.19.0

func (o *GetFollowedContentParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get followed content params

func (*GetFollowedContentParams) SetLimit

func (o *GetFollowedContentParams) SetLimit(limit *int64)

SetLimit adds the limit to the get followed content params

func (*GetFollowedContentParams) SetNamespace

func (o *GetFollowedContentParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get followed content params

func (*GetFollowedContentParams) SetOffset

func (o *GetFollowedContentParams) SetOffset(offset *int64)

SetOffset adds the offset to the get followed content params

func (*GetFollowedContentParams) SetTimeout

func (o *GetFollowedContentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get followed content params

func (*GetFollowedContentParams) WithContext

WithContext adds the context to the get followed content params

func (*GetFollowedContentParams) WithHTTPClient

func (o *GetFollowedContentParams) WithHTTPClient(client *http.Client) *GetFollowedContentParams

WithHTTPClient adds the HTTPClient to the get followed content params

func (*GetFollowedContentParams) WithLimit

WithLimit adds the limit to the get followed content params

func (*GetFollowedContentParams) WithNamespace

func (o *GetFollowedContentParams) WithNamespace(namespace string) *GetFollowedContentParams

WithNamespace adds the namespace to the get followed content params

func (*GetFollowedContentParams) WithOffset

WithOffset adds the offset to the get followed content params

func (*GetFollowedContentParams) WithTimeout

WithTimeout adds the timeout to the get followed content params

func (*GetFollowedContentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFollowedContentReader

type GetFollowedContentReader struct {
	// contains filtered or unexported fields
}

GetFollowedContentReader is a Reader for the GetFollowedContent structure.

func (*GetFollowedContentReader) ReadResponse

func (o *GetFollowedContentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetFollowedContentUnauthorized

type GetFollowedContentUnauthorized struct {
	Payload *ugcclientmodels.ResponseError
}

GetFollowedContentUnauthorized handles this case with default header values.

Unauthorized

func NewGetFollowedContentUnauthorized

func NewGetFollowedContentUnauthorized() *GetFollowedContentUnauthorized

NewGetFollowedContentUnauthorized creates a GetFollowedContentUnauthorized with default headers values

func (*GetFollowedContentUnauthorized) Error

func (*GetFollowedContentUnauthorized) GetPayload

func (*GetFollowedContentUnauthorized) ToJSONString added in v0.25.0

func (o *GetFollowedContentUnauthorized) ToJSONString() string

type GetFollowedUsersInternalServerError

type GetFollowedUsersInternalServerError struct {
	Payload *ugcclientmodels.ResponseError
}

GetFollowedUsersInternalServerError handles this case with default header values.

Internal Server Error

func NewGetFollowedUsersInternalServerError

func NewGetFollowedUsersInternalServerError() *GetFollowedUsersInternalServerError

NewGetFollowedUsersInternalServerError creates a GetFollowedUsersInternalServerError with default headers values

func (*GetFollowedUsersInternalServerError) Error

func (*GetFollowedUsersInternalServerError) GetPayload

func (*GetFollowedUsersInternalServerError) ToJSONString added in v0.25.0

func (o *GetFollowedUsersInternalServerError) ToJSONString() string

type GetFollowedUsersNotFound

type GetFollowedUsersNotFound struct {
	Payload *ugcclientmodels.ResponseError
}

GetFollowedUsersNotFound handles this case with default header values.

Not Found

func NewGetFollowedUsersNotFound

func NewGetFollowedUsersNotFound() *GetFollowedUsersNotFound

NewGetFollowedUsersNotFound creates a GetFollowedUsersNotFound with default headers values

func (*GetFollowedUsersNotFound) Error

func (o *GetFollowedUsersNotFound) Error() string

func (*GetFollowedUsersNotFound) GetPayload

func (*GetFollowedUsersNotFound) ToJSONString added in v0.25.0

func (o *GetFollowedUsersNotFound) ToJSONString() string

type GetFollowedUsersOK

type GetFollowedUsersOK struct {
	Payload *ugcclientmodels.ModelsPaginatedCreatorOverviewResponse
}

GetFollowedUsersOK handles this case with default header values.

OK

func NewGetFollowedUsersOK

func NewGetFollowedUsersOK() *GetFollowedUsersOK

NewGetFollowedUsersOK creates a GetFollowedUsersOK with default headers values

func (*GetFollowedUsersOK) Error

func (o *GetFollowedUsersOK) Error() string

func (*GetFollowedUsersOK) GetPayload

func (*GetFollowedUsersOK) ToJSONString added in v0.25.0

func (o *GetFollowedUsersOK) ToJSONString() string

type GetFollowedUsersParams

type GetFollowedUsersParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Limit
	  number of user per page

	*/
	Limit *int64
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Offset
	  the offset number to retrieve

	*/
	Offset *int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

GetFollowedUsersParams contains all the parameters to send to the API endpoint for the get followed users operation typically these are written to a http.Request

func NewGetFollowedUsersParams

func NewGetFollowedUsersParams() *GetFollowedUsersParams

NewGetFollowedUsersParams creates a new GetFollowedUsersParams object with the default values initialized.

func NewGetFollowedUsersParamsWithContext

func NewGetFollowedUsersParamsWithContext(ctx context.Context) *GetFollowedUsersParams

NewGetFollowedUsersParamsWithContext creates a new GetFollowedUsersParams object with the default values initialized, and the ability to set a context for a request

func NewGetFollowedUsersParamsWithHTTPClient

func NewGetFollowedUsersParamsWithHTTPClient(client *http.Client) *GetFollowedUsersParams

NewGetFollowedUsersParamsWithHTTPClient creates a new GetFollowedUsersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFollowedUsersParamsWithTimeout

func NewGetFollowedUsersParamsWithTimeout(timeout time.Duration) *GetFollowedUsersParams

NewGetFollowedUsersParamsWithTimeout creates a new GetFollowedUsersParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetFollowedUsersParams) SetAuthInfoWriter added in v0.17.0

func (o *GetFollowedUsersParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get followed users params

func (*GetFollowedUsersParams) SetContext

func (o *GetFollowedUsersParams) SetContext(ctx context.Context)

SetContext adds the context to the get followed users params

func (*GetFollowedUsersParams) SetHTTPClient

func (o *GetFollowedUsersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get followed users params

func (*GetFollowedUsersParams) SetHTTPClientTransport added in v0.19.0

func (o *GetFollowedUsersParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get followed users params

func (*GetFollowedUsersParams) SetLimit

func (o *GetFollowedUsersParams) SetLimit(limit *int64)

SetLimit adds the limit to the get followed users params

func (*GetFollowedUsersParams) SetNamespace

func (o *GetFollowedUsersParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get followed users params

func (*GetFollowedUsersParams) SetOffset

func (o *GetFollowedUsersParams) SetOffset(offset *int64)

SetOffset adds the offset to the get followed users params

func (*GetFollowedUsersParams) SetTimeout

func (o *GetFollowedUsersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get followed users params

func (*GetFollowedUsersParams) WithContext

WithContext adds the context to the get followed users params

func (*GetFollowedUsersParams) WithHTTPClient

func (o *GetFollowedUsersParams) WithHTTPClient(client *http.Client) *GetFollowedUsersParams

WithHTTPClient adds the HTTPClient to the get followed users params

func (*GetFollowedUsersParams) WithLimit

func (o *GetFollowedUsersParams) WithLimit(limit *int64) *GetFollowedUsersParams

WithLimit adds the limit to the get followed users params

func (*GetFollowedUsersParams) WithNamespace

func (o *GetFollowedUsersParams) WithNamespace(namespace string) *GetFollowedUsersParams

WithNamespace adds the namespace to the get followed users params

func (*GetFollowedUsersParams) WithOffset

func (o *GetFollowedUsersParams) WithOffset(offset *int64) *GetFollowedUsersParams

WithOffset adds the offset to the get followed users params

func (*GetFollowedUsersParams) WithTimeout

WithTimeout adds the timeout to the get followed users params

func (*GetFollowedUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFollowedUsersReader

type GetFollowedUsersReader struct {
	// contains filtered or unexported fields
}

GetFollowedUsersReader is a Reader for the GetFollowedUsers structure.

func (*GetFollowedUsersReader) ReadResponse

func (o *GetFollowedUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetFollowedUsersUnauthorized

type GetFollowedUsersUnauthorized struct {
	Payload *ugcclientmodels.ResponseError
}

GetFollowedUsersUnauthorized handles this case with default header values.

Unauthorized

func NewGetFollowedUsersUnauthorized

func NewGetFollowedUsersUnauthorized() *GetFollowedUsersUnauthorized

NewGetFollowedUsersUnauthorized creates a GetFollowedUsersUnauthorized with default headers values

func (*GetFollowedUsersUnauthorized) Error

func (*GetFollowedUsersUnauthorized) GetPayload

func (*GetFollowedUsersUnauthorized) ToJSONString added in v0.25.0

func (o *GetFollowedUsersUnauthorized) ToJSONString() string

type GetPublicFollowersInternalServerError added in v0.16.0

type GetPublicFollowersInternalServerError struct {
	Payload *ugcclientmodels.ResponseError
}

GetPublicFollowersInternalServerError handles this case with default header values.

Internal Server Error

func NewGetPublicFollowersInternalServerError added in v0.16.0

func NewGetPublicFollowersInternalServerError() *GetPublicFollowersInternalServerError

NewGetPublicFollowersInternalServerError creates a GetPublicFollowersInternalServerError with default headers values

func (*GetPublicFollowersInternalServerError) Error added in v0.16.0

func (*GetPublicFollowersInternalServerError) GetPayload added in v0.16.0

func (*GetPublicFollowersInternalServerError) ToJSONString added in v0.25.0

type GetPublicFollowersNotFound added in v0.16.0

type GetPublicFollowersNotFound struct {
	Payload *ugcclientmodels.ResponseError
}

GetPublicFollowersNotFound handles this case with default header values.

Not Found

func NewGetPublicFollowersNotFound added in v0.16.0

func NewGetPublicFollowersNotFound() *GetPublicFollowersNotFound

NewGetPublicFollowersNotFound creates a GetPublicFollowersNotFound with default headers values

func (*GetPublicFollowersNotFound) Error added in v0.16.0

func (*GetPublicFollowersNotFound) GetPayload added in v0.16.0

func (*GetPublicFollowersNotFound) ToJSONString added in v0.25.0

func (o *GetPublicFollowersNotFound) ToJSONString() string

type GetPublicFollowersOK added in v0.16.0

type GetPublicFollowersOK struct {
	Payload *ugcclientmodels.ModelsPaginatedCreatorOverviewResponse
}

GetPublicFollowersOK handles this case with default header values.

OK

func NewGetPublicFollowersOK added in v0.16.0

func NewGetPublicFollowersOK() *GetPublicFollowersOK

NewGetPublicFollowersOK creates a GetPublicFollowersOK with default headers values

func (*GetPublicFollowersOK) Error added in v0.16.0

func (o *GetPublicFollowersOK) Error() string

func (*GetPublicFollowersOK) GetPayload added in v0.16.0

func (*GetPublicFollowersOK) ToJSONString added in v0.25.0

func (o *GetPublicFollowersOK) ToJSONString() string

type GetPublicFollowersParams added in v0.16.0

type GetPublicFollowersParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Limit
	  number of user per page

	*/
	Limit *int64
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Offset
	  the offset number to retrieve

	*/
	Offset *int64
	/*UserID
	  user ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

GetPublicFollowersParams contains all the parameters to send to the API endpoint for the get public followers operation typically these are written to a http.Request

func NewGetPublicFollowersParams added in v0.16.0

func NewGetPublicFollowersParams() *GetPublicFollowersParams

NewGetPublicFollowersParams creates a new GetPublicFollowersParams object with the default values initialized.

func NewGetPublicFollowersParamsWithContext added in v0.16.0

func NewGetPublicFollowersParamsWithContext(ctx context.Context) *GetPublicFollowersParams

NewGetPublicFollowersParamsWithContext creates a new GetPublicFollowersParams object with the default values initialized, and the ability to set a context for a request

func NewGetPublicFollowersParamsWithHTTPClient added in v0.16.0

func NewGetPublicFollowersParamsWithHTTPClient(client *http.Client) *GetPublicFollowersParams

NewGetPublicFollowersParamsWithHTTPClient creates a new GetPublicFollowersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPublicFollowersParamsWithTimeout added in v0.16.0

func NewGetPublicFollowersParamsWithTimeout(timeout time.Duration) *GetPublicFollowersParams

NewGetPublicFollowersParamsWithTimeout creates a new GetPublicFollowersParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPublicFollowersParams) SetAuthInfoWriter added in v0.17.0

func (o *GetPublicFollowersParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get public followers params

func (*GetPublicFollowersParams) SetContext added in v0.16.0

func (o *GetPublicFollowersParams) SetContext(ctx context.Context)

SetContext adds the context to the get public followers params

func (*GetPublicFollowersParams) SetHTTPClient added in v0.16.0

func (o *GetPublicFollowersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get public followers params

func (*GetPublicFollowersParams) SetHTTPClientTransport added in v0.19.0

func (o *GetPublicFollowersParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get public followers params

func (*GetPublicFollowersParams) SetLimit added in v0.16.0

func (o *GetPublicFollowersParams) SetLimit(limit *int64)

SetLimit adds the limit to the get public followers params

func (*GetPublicFollowersParams) SetNamespace added in v0.16.0

func (o *GetPublicFollowersParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get public followers params

func (*GetPublicFollowersParams) SetOffset added in v0.16.0

func (o *GetPublicFollowersParams) SetOffset(offset *int64)

SetOffset adds the offset to the get public followers params

func (*GetPublicFollowersParams) SetTimeout added in v0.16.0

func (o *GetPublicFollowersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get public followers params

func (*GetPublicFollowersParams) SetUserID added in v0.16.0

func (o *GetPublicFollowersParams) SetUserID(userID string)

SetUserID adds the userId to the get public followers params

func (*GetPublicFollowersParams) WithContext added in v0.16.0

WithContext adds the context to the get public followers params

func (*GetPublicFollowersParams) WithHTTPClient added in v0.16.0

func (o *GetPublicFollowersParams) WithHTTPClient(client *http.Client) *GetPublicFollowersParams

WithHTTPClient adds the HTTPClient to the get public followers params

func (*GetPublicFollowersParams) WithLimit added in v0.16.0

WithLimit adds the limit to the get public followers params

func (*GetPublicFollowersParams) WithNamespace added in v0.16.0

func (o *GetPublicFollowersParams) WithNamespace(namespace string) *GetPublicFollowersParams

WithNamespace adds the namespace to the get public followers params

func (*GetPublicFollowersParams) WithOffset added in v0.16.0

WithOffset adds the offset to the get public followers params

func (*GetPublicFollowersParams) WithTimeout added in v0.16.0

WithTimeout adds the timeout to the get public followers params

func (*GetPublicFollowersParams) WithUserID added in v0.16.0

WithUserID adds the userID to the get public followers params

func (*GetPublicFollowersParams) WriteToRequest added in v0.16.0

WriteToRequest writes these params to a swagger request

type GetPublicFollowersReader added in v0.16.0

type GetPublicFollowersReader struct {
	// contains filtered or unexported fields
}

GetPublicFollowersReader is a Reader for the GetPublicFollowers structure.

func (*GetPublicFollowersReader) ReadResponse added in v0.16.0

func (o *GetPublicFollowersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPublicFollowersUnauthorized added in v0.16.0

type GetPublicFollowersUnauthorized struct {
	Payload *ugcclientmodels.ResponseError
}

GetPublicFollowersUnauthorized handles this case with default header values.

Unauthorized

func NewGetPublicFollowersUnauthorized added in v0.16.0

func NewGetPublicFollowersUnauthorized() *GetPublicFollowersUnauthorized

NewGetPublicFollowersUnauthorized creates a GetPublicFollowersUnauthorized with default headers values

func (*GetPublicFollowersUnauthorized) Error added in v0.16.0

func (*GetPublicFollowersUnauthorized) GetPayload added in v0.16.0

func (*GetPublicFollowersUnauthorized) ToJSONString added in v0.25.0

func (o *GetPublicFollowersUnauthorized) ToJSONString() string

type GetPublicFollowingInternalServerError added in v0.16.0

type GetPublicFollowingInternalServerError struct {
	Payload *ugcclientmodels.ResponseError
}

GetPublicFollowingInternalServerError handles this case with default header values.

Internal Server Error

func NewGetPublicFollowingInternalServerError added in v0.16.0

func NewGetPublicFollowingInternalServerError() *GetPublicFollowingInternalServerError

NewGetPublicFollowingInternalServerError creates a GetPublicFollowingInternalServerError with default headers values

func (*GetPublicFollowingInternalServerError) Error added in v0.16.0

func (*GetPublicFollowingInternalServerError) GetPayload added in v0.16.0

func (*GetPublicFollowingInternalServerError) ToJSONString added in v0.25.0

type GetPublicFollowingNotFound added in v0.16.0

type GetPublicFollowingNotFound struct {
	Payload *ugcclientmodels.ResponseError
}

GetPublicFollowingNotFound handles this case with default header values.

Not Found

func NewGetPublicFollowingNotFound added in v0.16.0

func NewGetPublicFollowingNotFound() *GetPublicFollowingNotFound

NewGetPublicFollowingNotFound creates a GetPublicFollowingNotFound with default headers values

func (*GetPublicFollowingNotFound) Error added in v0.16.0

func (*GetPublicFollowingNotFound) GetPayload added in v0.16.0

func (*GetPublicFollowingNotFound) ToJSONString added in v0.25.0

func (o *GetPublicFollowingNotFound) ToJSONString() string

type GetPublicFollowingOK added in v0.16.0

type GetPublicFollowingOK struct {
	Payload *ugcclientmodels.ModelsPaginatedCreatorOverviewResponse
}

GetPublicFollowingOK handles this case with default header values.

OK

func NewGetPublicFollowingOK added in v0.16.0

func NewGetPublicFollowingOK() *GetPublicFollowingOK

NewGetPublicFollowingOK creates a GetPublicFollowingOK with default headers values

func (*GetPublicFollowingOK) Error added in v0.16.0

func (o *GetPublicFollowingOK) Error() string

func (*GetPublicFollowingOK) GetPayload added in v0.16.0

func (*GetPublicFollowingOK) ToJSONString added in v0.25.0

func (o *GetPublicFollowingOK) ToJSONString() string

type GetPublicFollowingParams added in v0.16.0

type GetPublicFollowingParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Limit
	  number of user per page

	*/
	Limit *int64
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Offset
	  the offset number to retrieve

	*/
	Offset *int64
	/*UserID
	  user ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

GetPublicFollowingParams contains all the parameters to send to the API endpoint for the get public following operation typically these are written to a http.Request

func NewGetPublicFollowingParams added in v0.16.0

func NewGetPublicFollowingParams() *GetPublicFollowingParams

NewGetPublicFollowingParams creates a new GetPublicFollowingParams object with the default values initialized.

func NewGetPublicFollowingParamsWithContext added in v0.16.0

func NewGetPublicFollowingParamsWithContext(ctx context.Context) *GetPublicFollowingParams

NewGetPublicFollowingParamsWithContext creates a new GetPublicFollowingParams object with the default values initialized, and the ability to set a context for a request

func NewGetPublicFollowingParamsWithHTTPClient added in v0.16.0

func NewGetPublicFollowingParamsWithHTTPClient(client *http.Client) *GetPublicFollowingParams

NewGetPublicFollowingParamsWithHTTPClient creates a new GetPublicFollowingParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPublicFollowingParamsWithTimeout added in v0.16.0

func NewGetPublicFollowingParamsWithTimeout(timeout time.Duration) *GetPublicFollowingParams

NewGetPublicFollowingParamsWithTimeout creates a new GetPublicFollowingParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPublicFollowingParams) SetAuthInfoWriter added in v0.17.0

func (o *GetPublicFollowingParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get public following params

func (*GetPublicFollowingParams) SetContext added in v0.16.0

func (o *GetPublicFollowingParams) SetContext(ctx context.Context)

SetContext adds the context to the get public following params

func (*GetPublicFollowingParams) SetHTTPClient added in v0.16.0

func (o *GetPublicFollowingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get public following params

func (*GetPublicFollowingParams) SetHTTPClientTransport added in v0.19.0

func (o *GetPublicFollowingParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get public following params

func (*GetPublicFollowingParams) SetLimit added in v0.16.0

func (o *GetPublicFollowingParams) SetLimit(limit *int64)

SetLimit adds the limit to the get public following params

func (*GetPublicFollowingParams) SetNamespace added in v0.16.0

func (o *GetPublicFollowingParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get public following params

func (*GetPublicFollowingParams) SetOffset added in v0.16.0

func (o *GetPublicFollowingParams) SetOffset(offset *int64)

SetOffset adds the offset to the get public following params

func (*GetPublicFollowingParams) SetTimeout added in v0.16.0

func (o *GetPublicFollowingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get public following params

func (*GetPublicFollowingParams) SetUserID added in v0.16.0

func (o *GetPublicFollowingParams) SetUserID(userID string)

SetUserID adds the userId to the get public following params

func (*GetPublicFollowingParams) WithContext added in v0.16.0

WithContext adds the context to the get public following params

func (*GetPublicFollowingParams) WithHTTPClient added in v0.16.0

func (o *GetPublicFollowingParams) WithHTTPClient(client *http.Client) *GetPublicFollowingParams

WithHTTPClient adds the HTTPClient to the get public following params

func (*GetPublicFollowingParams) WithLimit added in v0.16.0

WithLimit adds the limit to the get public following params

func (*GetPublicFollowingParams) WithNamespace added in v0.16.0

func (o *GetPublicFollowingParams) WithNamespace(namespace string) *GetPublicFollowingParams

WithNamespace adds the namespace to the get public following params

func (*GetPublicFollowingParams) WithOffset added in v0.16.0

WithOffset adds the offset to the get public following params

func (*GetPublicFollowingParams) WithTimeout added in v0.16.0

WithTimeout adds the timeout to the get public following params

func (*GetPublicFollowingParams) WithUserID added in v0.16.0

WithUserID adds the userID to the get public following params

func (*GetPublicFollowingParams) WriteToRequest added in v0.16.0

WriteToRequest writes these params to a swagger request

type GetPublicFollowingReader added in v0.16.0

type GetPublicFollowingReader struct {
	// contains filtered or unexported fields
}

GetPublicFollowingReader is a Reader for the GetPublicFollowing structure.

func (*GetPublicFollowingReader) ReadResponse added in v0.16.0

func (o *GetPublicFollowingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPublicFollowingUnauthorized added in v0.16.0

type GetPublicFollowingUnauthorized struct {
	Payload *ugcclientmodels.ResponseError
}

GetPublicFollowingUnauthorized handles this case with default header values.

Unauthorized

func NewGetPublicFollowingUnauthorized added in v0.16.0

func NewGetPublicFollowingUnauthorized() *GetPublicFollowingUnauthorized

NewGetPublicFollowingUnauthorized creates a GetPublicFollowingUnauthorized with default headers values

func (*GetPublicFollowingUnauthorized) Error added in v0.16.0

func (*GetPublicFollowingUnauthorized) GetPayload added in v0.16.0

func (*GetPublicFollowingUnauthorized) ToJSONString added in v0.25.0

func (o *GetPublicFollowingUnauthorized) ToJSONString() string

type UpdateUserFollowStatusBadRequest

type UpdateUserFollowStatusBadRequest struct {
	Payload *ugcclientmodels.ResponseError
}

UpdateUserFollowStatusBadRequest handles this case with default header values.

Bad Request

func NewUpdateUserFollowStatusBadRequest

func NewUpdateUserFollowStatusBadRequest() *UpdateUserFollowStatusBadRequest

NewUpdateUserFollowStatusBadRequest creates a UpdateUserFollowStatusBadRequest with default headers values

func (*UpdateUserFollowStatusBadRequest) Error

func (*UpdateUserFollowStatusBadRequest) GetPayload

func (*UpdateUserFollowStatusBadRequest) ToJSONString added in v0.25.0

func (o *UpdateUserFollowStatusBadRequest) ToJSONString() string

type UpdateUserFollowStatusInternalServerError

type UpdateUserFollowStatusInternalServerError struct {
	Payload *ugcclientmodels.ResponseError
}

UpdateUserFollowStatusInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateUserFollowStatusInternalServerError

func NewUpdateUserFollowStatusInternalServerError() *UpdateUserFollowStatusInternalServerError

NewUpdateUserFollowStatusInternalServerError creates a UpdateUserFollowStatusInternalServerError with default headers values

func (*UpdateUserFollowStatusInternalServerError) Error

func (*UpdateUserFollowStatusInternalServerError) GetPayload

func (*UpdateUserFollowStatusInternalServerError) ToJSONString added in v0.25.0

type UpdateUserFollowStatusNotFound

type UpdateUserFollowStatusNotFound struct {
	Payload *ugcclientmodels.ResponseError
}

UpdateUserFollowStatusNotFound handles this case with default header values.

Not Found

func NewUpdateUserFollowStatusNotFound

func NewUpdateUserFollowStatusNotFound() *UpdateUserFollowStatusNotFound

NewUpdateUserFollowStatusNotFound creates a UpdateUserFollowStatusNotFound with default headers values

func (*UpdateUserFollowStatusNotFound) Error

func (*UpdateUserFollowStatusNotFound) GetPayload

func (*UpdateUserFollowStatusNotFound) ToJSONString added in v0.25.0

func (o *UpdateUserFollowStatusNotFound) ToJSONString() string

type UpdateUserFollowStatusOK

type UpdateUserFollowStatusOK struct {
	Payload *ugcclientmodels.ModelsUserFollowResponse
}

UpdateUserFollowStatusOK handles this case with default header values.

OK

func NewUpdateUserFollowStatusOK

func NewUpdateUserFollowStatusOK() *UpdateUserFollowStatusOK

NewUpdateUserFollowStatusOK creates a UpdateUserFollowStatusOK with default headers values

func (*UpdateUserFollowStatusOK) Error

func (o *UpdateUserFollowStatusOK) Error() string

func (*UpdateUserFollowStatusOK) GetPayload

func (*UpdateUserFollowStatusOK) ToJSONString added in v0.25.0

func (o *UpdateUserFollowStatusOK) ToJSONString() string

type UpdateUserFollowStatusParams

type UpdateUserFollowStatusParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *ugcclientmodels.ModelsUserFollowRequest
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID to be followed

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

UpdateUserFollowStatusParams contains all the parameters to send to the API endpoint for the update user follow status operation typically these are written to a http.Request

func NewUpdateUserFollowStatusParams

func NewUpdateUserFollowStatusParams() *UpdateUserFollowStatusParams

NewUpdateUserFollowStatusParams creates a new UpdateUserFollowStatusParams object with the default values initialized.

func NewUpdateUserFollowStatusParamsWithContext

func NewUpdateUserFollowStatusParamsWithContext(ctx context.Context) *UpdateUserFollowStatusParams

NewUpdateUserFollowStatusParamsWithContext creates a new UpdateUserFollowStatusParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateUserFollowStatusParamsWithHTTPClient

func NewUpdateUserFollowStatusParamsWithHTTPClient(client *http.Client) *UpdateUserFollowStatusParams

NewUpdateUserFollowStatusParamsWithHTTPClient creates a new UpdateUserFollowStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateUserFollowStatusParamsWithTimeout

func NewUpdateUserFollowStatusParamsWithTimeout(timeout time.Duration) *UpdateUserFollowStatusParams

NewUpdateUserFollowStatusParamsWithTimeout creates a new UpdateUserFollowStatusParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateUserFollowStatusParams) SetAuthInfoWriter added in v0.17.0

func (o *UpdateUserFollowStatusParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update user follow status params

func (*UpdateUserFollowStatusParams) SetBody

SetBody adds the body to the update user follow status params

func (*UpdateUserFollowStatusParams) SetContext

func (o *UpdateUserFollowStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the update user follow status params

func (*UpdateUserFollowStatusParams) SetHTTPClient

func (o *UpdateUserFollowStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update user follow status params

func (*UpdateUserFollowStatusParams) SetHTTPClientTransport added in v0.19.0

func (o *UpdateUserFollowStatusParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update user follow status params

func (*UpdateUserFollowStatusParams) SetNamespace

func (o *UpdateUserFollowStatusParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update user follow status params

func (*UpdateUserFollowStatusParams) SetTimeout

func (o *UpdateUserFollowStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update user follow status params

func (*UpdateUserFollowStatusParams) SetUserID

func (o *UpdateUserFollowStatusParams) SetUserID(userID string)

SetUserID adds the userId to the update user follow status params

func (*UpdateUserFollowStatusParams) WithBody

WithBody adds the body to the update user follow status params

func (*UpdateUserFollowStatusParams) WithContext

WithContext adds the context to the update user follow status params

func (*UpdateUserFollowStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user follow status params

func (*UpdateUserFollowStatusParams) WithNamespace

WithNamespace adds the namespace to the update user follow status params

func (*UpdateUserFollowStatusParams) WithTimeout

WithTimeout adds the timeout to the update user follow status params

func (*UpdateUserFollowStatusParams) WithUserID

WithUserID adds the userID to the update user follow status params

func (*UpdateUserFollowStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserFollowStatusReader

type UpdateUserFollowStatusReader struct {
	// contains filtered or unexported fields
}

UpdateUserFollowStatusReader is a Reader for the UpdateUserFollowStatus structure.

func (*UpdateUserFollowStatusReader) ReadResponse

func (o *UpdateUserFollowStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateUserFollowStatusUnauthorized

type UpdateUserFollowStatusUnauthorized struct {
	Payload *ugcclientmodels.ResponseError
}

UpdateUserFollowStatusUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateUserFollowStatusUnauthorized

func NewUpdateUserFollowStatusUnauthorized() *UpdateUserFollowStatusUnauthorized

NewUpdateUserFollowStatusUnauthorized creates a UpdateUserFollowStatusUnauthorized with default headers values

func (*UpdateUserFollowStatusUnauthorized) Error

func (*UpdateUserFollowStatusUnauthorized) GetPayload

func (*UpdateUserFollowStatusUnauthorized) ToJSONString added in v0.25.0

func (o *UpdateUserFollowStatusUnauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL