Documentation ¶
Index ¶
- Constants
- type DeleteServiceAuthTokenDeprecated
- type DeleteServiceAuthTokenDeprecatedHandler
- type DeleteServiceAuthTokenDeprecatedHandlerFunc
- type DeleteServiceAuthTokenDeprecatedNoContent
- type DeleteServiceAuthTokenDeprecatedParams
- type DeleteServiceAuthTokenDeprecatedURL
- func (o *DeleteServiceAuthTokenDeprecatedURL) Build() (*url.URL, error)
- func (o *DeleteServiceAuthTokenDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)
- func (o *DeleteServiceAuthTokenDeprecatedURL) Must(u *url.URL, err error) *url.URL
- func (o *DeleteServiceAuthTokenDeprecatedURL) SetBasePath(bp string)
- func (o *DeleteServiceAuthTokenDeprecatedURL) String() string
- func (o *DeleteServiceAuthTokenDeprecatedURL) StringFull(scheme, host string) string
- func (o *DeleteServiceAuthTokenDeprecatedURL) WithBasePath(bp string) *DeleteServiceAuthTokenDeprecatedURL
- type FilterResultSetByLabelDeprecated
- type FilterResultSetByLabelDeprecatedHandler
- type FilterResultSetByLabelDeprecatedHandlerFunc
- type FilterResultSetByLabelDeprecatedOK
- func (o *FilterResultSetByLabelDeprecatedOK) SetPayload(payload *models.FilterResultSetByLabelDeprecatedResponsePaged)
- func (o *FilterResultSetByLabelDeprecatedOK) WithPayload(payload *models.FilterResultSetByLabelDeprecatedResponsePaged) *FilterResultSetByLabelDeprecatedOK
- func (o *FilterResultSetByLabelDeprecatedOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type FilterResultSetByLabelDeprecatedParams
- type FilterResultSetByLabelDeprecatedURL
- func (o *FilterResultSetByLabelDeprecatedURL) Build() (*url.URL, error)
- func (o *FilterResultSetByLabelDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)
- func (o *FilterResultSetByLabelDeprecatedURL) Must(u *url.URL, err error) *url.URL
- func (o *FilterResultSetByLabelDeprecatedURL) SetBasePath(bp string)
- func (o *FilterResultSetByLabelDeprecatedURL) String() string
- func (o *FilterResultSetByLabelDeprecatedURL) StringFull(scheme, host string) string
- func (o *FilterResultSetByLabelDeprecatedURL) WithBasePath(bp string) *FilterResultSetByLabelDeprecatedURL
- type RetrieveServiceAuthTokenDeprecated
- type RetrieveServiceAuthTokenDeprecatedHandler
- type RetrieveServiceAuthTokenDeprecatedHandlerFunc
- type RetrieveServiceAuthTokenDeprecatedOK
- func (o *RetrieveServiceAuthTokenDeprecatedOK) SetPayload(payload *models.RetrieveServiceAuthTokenDeprecatedResponseResource)
- func (o *RetrieveServiceAuthTokenDeprecatedOK) WithPayload(payload *models.RetrieveServiceAuthTokenDeprecatedResponseResource) *RetrieveServiceAuthTokenDeprecatedOK
- func (o *RetrieveServiceAuthTokenDeprecatedOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type RetrieveServiceAuthTokenDeprecatedParams
- type RetrieveServiceAuthTokenDeprecatedURL
- func (o *RetrieveServiceAuthTokenDeprecatedURL) Build() (*url.URL, error)
- func (o *RetrieveServiceAuthTokenDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)
- func (o *RetrieveServiceAuthTokenDeprecatedURL) Must(u *url.URL, err error) *url.URL
- func (o *RetrieveServiceAuthTokenDeprecatedURL) SetBasePath(bp string)
- func (o *RetrieveServiceAuthTokenDeprecatedURL) String() string
- func (o *RetrieveServiceAuthTokenDeprecatedURL) StringFull(scheme, host string) string
- func (o *RetrieveServiceAuthTokenDeprecatedURL) WithBasePath(bp string) *RetrieveServiceAuthTokenDeprecatedURL
Constants ¶
const DeleteServiceAuthTokenDeprecatedNoContentCode int = 204
DeleteServiceAuthTokenDeprecatedNoContentCode is the HTTP code returned for type DeleteServiceAuthTokenDeprecatedNoContent
const FilterResultSetByLabelDeprecatedOKCode int = 200
FilterResultSetByLabelDeprecatedOKCode is the HTTP code returned for type FilterResultSetByLabelDeprecatedOK
const RetrieveServiceAuthTokenDeprecatedOKCode int = 200
RetrieveServiceAuthTokenDeprecatedOKCode is the HTTP code returned for type RetrieveServiceAuthTokenDeprecatedOK
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteServiceAuthTokenDeprecated ¶
type DeleteServiceAuthTokenDeprecated struct { Context *middleware.Context Handler DeleteServiceAuthTokenDeprecatedHandler }
DeleteServiceAuthTokenDeprecated swagger:route DELETE /service_auth_tokens/{guid} serviceAuthTokensDeprecated deleteServiceAuthTokenDeprecated
Delete a Particular Service Auth Token (deprecated)
curl --insecure -i %s/v2/service_auth_tokens/{guid} -X DELETE -H 'Authorization: %s'
func NewDeleteServiceAuthTokenDeprecated ¶
func NewDeleteServiceAuthTokenDeprecated(ctx *middleware.Context, handler DeleteServiceAuthTokenDeprecatedHandler) *DeleteServiceAuthTokenDeprecated
NewDeleteServiceAuthTokenDeprecated creates a new http.Handler for the delete service auth token deprecated operation
func (*DeleteServiceAuthTokenDeprecated) ServeHTTP ¶
func (o *DeleteServiceAuthTokenDeprecated) ServeHTTP(rw http.ResponseWriter, r *http.Request)
type DeleteServiceAuthTokenDeprecatedHandler ¶
type DeleteServiceAuthTokenDeprecatedHandler interface {
Handle(DeleteServiceAuthTokenDeprecatedParams) middleware.Responder
}
DeleteServiceAuthTokenDeprecatedHandler interface for that can handle valid delete service auth token deprecated params
type DeleteServiceAuthTokenDeprecatedHandlerFunc ¶
type DeleteServiceAuthTokenDeprecatedHandlerFunc func(DeleteServiceAuthTokenDeprecatedParams) middleware.Responder
DeleteServiceAuthTokenDeprecatedHandlerFunc turns a function with the right signature into a delete service auth token deprecated handler
func (DeleteServiceAuthTokenDeprecatedHandlerFunc) Handle ¶
func (fn DeleteServiceAuthTokenDeprecatedHandlerFunc) Handle(params DeleteServiceAuthTokenDeprecatedParams) middleware.Responder
Handle executing the request and returning a response
type DeleteServiceAuthTokenDeprecatedNoContent ¶
type DeleteServiceAuthTokenDeprecatedNoContent struct { }
DeleteServiceAuthTokenDeprecatedNoContent successful response
swagger:response deleteServiceAuthTokenDeprecatedNoContent
func NewDeleteServiceAuthTokenDeprecatedNoContent ¶
func NewDeleteServiceAuthTokenDeprecatedNoContent() *DeleteServiceAuthTokenDeprecatedNoContent
NewDeleteServiceAuthTokenDeprecatedNoContent creates DeleteServiceAuthTokenDeprecatedNoContent with default headers values
func (*DeleteServiceAuthTokenDeprecatedNoContent) WriteResponse ¶
func (o *DeleteServiceAuthTokenDeprecatedNoContent) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type DeleteServiceAuthTokenDeprecatedParams ¶
type DeleteServiceAuthTokenDeprecatedParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /*The guid parameter is used as a part of the request URL: '/v2/service_auth_tokens/:guid' Required: true In: path */ GUID string }
DeleteServiceAuthTokenDeprecatedParams contains all the bound params for the delete service auth token deprecated operation typically these are obtained from a http.Request
swagger:parameters deleteServiceAuthTokenDeprecated
func NewDeleteServiceAuthTokenDeprecatedParams ¶
func NewDeleteServiceAuthTokenDeprecatedParams() DeleteServiceAuthTokenDeprecatedParams
NewDeleteServiceAuthTokenDeprecatedParams creates a new DeleteServiceAuthTokenDeprecatedParams object no default values defined in spec.
func (*DeleteServiceAuthTokenDeprecatedParams) BindRequest ¶
func (o *DeleteServiceAuthTokenDeprecatedParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewDeleteServiceAuthTokenDeprecatedParams() beforehand.
type DeleteServiceAuthTokenDeprecatedURL ¶
type DeleteServiceAuthTokenDeprecatedURL struct { GUID string // contains filtered or unexported fields }
DeleteServiceAuthTokenDeprecatedURL generates an URL for the delete service auth token deprecated operation
func (*DeleteServiceAuthTokenDeprecatedURL) Build ¶
func (o *DeleteServiceAuthTokenDeprecatedURL) Build() (*url.URL, error)
Build a url path and query string
func (*DeleteServiceAuthTokenDeprecatedURL) BuildFull ¶
func (o *DeleteServiceAuthTokenDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)
BuildFull builds a full url with scheme, host, path and query string
func (*DeleteServiceAuthTokenDeprecatedURL) Must ¶
Must is a helper function to panic when the url builder returns an error
func (*DeleteServiceAuthTokenDeprecatedURL) SetBasePath ¶
func (o *DeleteServiceAuthTokenDeprecatedURL) SetBasePath(bp string)
SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string
func (*DeleteServiceAuthTokenDeprecatedURL) String ¶
func (o *DeleteServiceAuthTokenDeprecatedURL) String() string
String returns the string representation of the path with query string
func (*DeleteServiceAuthTokenDeprecatedURL) StringFull ¶
func (o *DeleteServiceAuthTokenDeprecatedURL) StringFull(scheme, host string) string
StringFull returns the string representation of a complete url
func (*DeleteServiceAuthTokenDeprecatedURL) WithBasePath ¶
func (o *DeleteServiceAuthTokenDeprecatedURL) WithBasePath(bp string) *DeleteServiceAuthTokenDeprecatedURL
WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string
type FilterResultSetByLabelDeprecated ¶
type FilterResultSetByLabelDeprecated struct { Context *middleware.Context Handler FilterResultSetByLabelDeprecatedHandler }
FilterResultSetByLabelDeprecated swagger:route GET /service_auth_tokens serviceAuthTokensDeprecated filterResultSetByLabelDeprecated
Filtering the result set by label (deprecated)
curl --insecure -i %s/v2/service_auth_tokens -X GET -H 'Authorization: %s'
func NewFilterResultSetByLabelDeprecated ¶
func NewFilterResultSetByLabelDeprecated(ctx *middleware.Context, handler FilterResultSetByLabelDeprecatedHandler) *FilterResultSetByLabelDeprecated
NewFilterResultSetByLabelDeprecated creates a new http.Handler for the filter result set by label deprecated operation
func (*FilterResultSetByLabelDeprecated) ServeHTTP ¶
func (o *FilterResultSetByLabelDeprecated) ServeHTTP(rw http.ResponseWriter, r *http.Request)
type FilterResultSetByLabelDeprecatedHandler ¶
type FilterResultSetByLabelDeprecatedHandler interface {
Handle(FilterResultSetByLabelDeprecatedParams) middleware.Responder
}
FilterResultSetByLabelDeprecatedHandler interface for that can handle valid filter result set by label deprecated params
type FilterResultSetByLabelDeprecatedHandlerFunc ¶
type FilterResultSetByLabelDeprecatedHandlerFunc func(FilterResultSetByLabelDeprecatedParams) middleware.Responder
FilterResultSetByLabelDeprecatedHandlerFunc turns a function with the right signature into a filter result set by label deprecated handler
func (FilterResultSetByLabelDeprecatedHandlerFunc) Handle ¶
func (fn FilterResultSetByLabelDeprecatedHandlerFunc) Handle(params FilterResultSetByLabelDeprecatedParams) middleware.Responder
Handle executing the request and returning a response
type FilterResultSetByLabelDeprecatedOK ¶
type FilterResultSetByLabelDeprecatedOK struct { /* In: Body */ Payload *models.FilterResultSetByLabelDeprecatedResponsePaged `json:"body,omitempty"` }
FilterResultSetByLabelDeprecatedOK successful response
swagger:response filterResultSetByLabelDeprecatedOK
func NewFilterResultSetByLabelDeprecatedOK ¶
func NewFilterResultSetByLabelDeprecatedOK() *FilterResultSetByLabelDeprecatedOK
NewFilterResultSetByLabelDeprecatedOK creates FilterResultSetByLabelDeprecatedOK with default headers values
func (*FilterResultSetByLabelDeprecatedOK) SetPayload ¶
func (o *FilterResultSetByLabelDeprecatedOK) SetPayload(payload *models.FilterResultSetByLabelDeprecatedResponsePaged)
SetPayload sets the payload to the filter result set by label deprecated o k response
func (*FilterResultSetByLabelDeprecatedOK) WithPayload ¶
func (o *FilterResultSetByLabelDeprecatedOK) WithPayload(payload *models.FilterResultSetByLabelDeprecatedResponsePaged) *FilterResultSetByLabelDeprecatedOK
WithPayload adds the payload to the filter result set by label deprecated o k response
func (*FilterResultSetByLabelDeprecatedOK) WriteResponse ¶
func (o *FilterResultSetByLabelDeprecatedOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type FilterResultSetByLabelDeprecatedParams ¶
type FilterResultSetByLabelDeprecatedParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` }
FilterResultSetByLabelDeprecatedParams contains all the bound params for the filter result set by label deprecated operation typically these are obtained from a http.Request
swagger:parameters filterResultSetByLabelDeprecated
func NewFilterResultSetByLabelDeprecatedParams ¶
func NewFilterResultSetByLabelDeprecatedParams() FilterResultSetByLabelDeprecatedParams
NewFilterResultSetByLabelDeprecatedParams creates a new FilterResultSetByLabelDeprecatedParams object no default values defined in spec.
func (*FilterResultSetByLabelDeprecatedParams) BindRequest ¶
func (o *FilterResultSetByLabelDeprecatedParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewFilterResultSetByLabelDeprecatedParams() beforehand.
type FilterResultSetByLabelDeprecatedURL ¶
type FilterResultSetByLabelDeprecatedURL struct {
// contains filtered or unexported fields
}
FilterResultSetByLabelDeprecatedURL generates an URL for the filter result set by label deprecated operation
func (*FilterResultSetByLabelDeprecatedURL) Build ¶
func (o *FilterResultSetByLabelDeprecatedURL) Build() (*url.URL, error)
Build a url path and query string
func (*FilterResultSetByLabelDeprecatedURL) BuildFull ¶
func (o *FilterResultSetByLabelDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)
BuildFull builds a full url with scheme, host, path and query string
func (*FilterResultSetByLabelDeprecatedURL) Must ¶
Must is a helper function to panic when the url builder returns an error
func (*FilterResultSetByLabelDeprecatedURL) SetBasePath ¶
func (o *FilterResultSetByLabelDeprecatedURL) SetBasePath(bp string)
SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string
func (*FilterResultSetByLabelDeprecatedURL) String ¶
func (o *FilterResultSetByLabelDeprecatedURL) String() string
String returns the string representation of the path with query string
func (*FilterResultSetByLabelDeprecatedURL) StringFull ¶
func (o *FilterResultSetByLabelDeprecatedURL) StringFull(scheme, host string) string
StringFull returns the string representation of a complete url
func (*FilterResultSetByLabelDeprecatedURL) WithBasePath ¶
func (o *FilterResultSetByLabelDeprecatedURL) WithBasePath(bp string) *FilterResultSetByLabelDeprecatedURL
WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string
type RetrieveServiceAuthTokenDeprecated ¶
type RetrieveServiceAuthTokenDeprecated struct { Context *middleware.Context Handler RetrieveServiceAuthTokenDeprecatedHandler }
RetrieveServiceAuthTokenDeprecated swagger:route GET /service_auth_tokens/{guid} serviceAuthTokensDeprecated retrieveServiceAuthTokenDeprecated
Retrieve a Particular Service Auth Token (deprecated)
curl --insecure -i %s/v2/service_auth_tokens/{guid} -X GET -H 'Authorization: %s'
func NewRetrieveServiceAuthTokenDeprecated ¶
func NewRetrieveServiceAuthTokenDeprecated(ctx *middleware.Context, handler RetrieveServiceAuthTokenDeprecatedHandler) *RetrieveServiceAuthTokenDeprecated
NewRetrieveServiceAuthTokenDeprecated creates a new http.Handler for the retrieve service auth token deprecated operation
func (*RetrieveServiceAuthTokenDeprecated) ServeHTTP ¶
func (o *RetrieveServiceAuthTokenDeprecated) ServeHTTP(rw http.ResponseWriter, r *http.Request)
type RetrieveServiceAuthTokenDeprecatedHandler ¶
type RetrieveServiceAuthTokenDeprecatedHandler interface {
Handle(RetrieveServiceAuthTokenDeprecatedParams) middleware.Responder
}
RetrieveServiceAuthTokenDeprecatedHandler interface for that can handle valid retrieve service auth token deprecated params
type RetrieveServiceAuthTokenDeprecatedHandlerFunc ¶
type RetrieveServiceAuthTokenDeprecatedHandlerFunc func(RetrieveServiceAuthTokenDeprecatedParams) middleware.Responder
RetrieveServiceAuthTokenDeprecatedHandlerFunc turns a function with the right signature into a retrieve service auth token deprecated handler
func (RetrieveServiceAuthTokenDeprecatedHandlerFunc) Handle ¶
func (fn RetrieveServiceAuthTokenDeprecatedHandlerFunc) Handle(params RetrieveServiceAuthTokenDeprecatedParams) middleware.Responder
Handle executing the request and returning a response
type RetrieveServiceAuthTokenDeprecatedOK ¶
type RetrieveServiceAuthTokenDeprecatedOK struct { /* In: Body */ Payload *models.RetrieveServiceAuthTokenDeprecatedResponseResource `json:"body,omitempty"` }
RetrieveServiceAuthTokenDeprecatedOK successful response
swagger:response retrieveServiceAuthTokenDeprecatedOK
func NewRetrieveServiceAuthTokenDeprecatedOK ¶
func NewRetrieveServiceAuthTokenDeprecatedOK() *RetrieveServiceAuthTokenDeprecatedOK
NewRetrieveServiceAuthTokenDeprecatedOK creates RetrieveServiceAuthTokenDeprecatedOK with default headers values
func (*RetrieveServiceAuthTokenDeprecatedOK) SetPayload ¶
func (o *RetrieveServiceAuthTokenDeprecatedOK) SetPayload(payload *models.RetrieveServiceAuthTokenDeprecatedResponseResource)
SetPayload sets the payload to the retrieve service auth token deprecated o k response
func (*RetrieveServiceAuthTokenDeprecatedOK) WithPayload ¶
func (o *RetrieveServiceAuthTokenDeprecatedOK) WithPayload(payload *models.RetrieveServiceAuthTokenDeprecatedResponseResource) *RetrieveServiceAuthTokenDeprecatedOK
WithPayload adds the payload to the retrieve service auth token deprecated o k response
func (*RetrieveServiceAuthTokenDeprecatedOK) WriteResponse ¶
func (o *RetrieveServiceAuthTokenDeprecatedOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type RetrieveServiceAuthTokenDeprecatedParams ¶
type RetrieveServiceAuthTokenDeprecatedParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /*The guid parameter is used as a part of the request URL: '/v2/service_auth_tokens/:guid' Required: true In: path */ GUID string }
RetrieveServiceAuthTokenDeprecatedParams contains all the bound params for the retrieve service auth token deprecated operation typically these are obtained from a http.Request
swagger:parameters retrieveServiceAuthTokenDeprecated
func NewRetrieveServiceAuthTokenDeprecatedParams ¶
func NewRetrieveServiceAuthTokenDeprecatedParams() RetrieveServiceAuthTokenDeprecatedParams
NewRetrieveServiceAuthTokenDeprecatedParams creates a new RetrieveServiceAuthTokenDeprecatedParams object no default values defined in spec.
func (*RetrieveServiceAuthTokenDeprecatedParams) BindRequest ¶
func (o *RetrieveServiceAuthTokenDeprecatedParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewRetrieveServiceAuthTokenDeprecatedParams() beforehand.
type RetrieveServiceAuthTokenDeprecatedURL ¶
type RetrieveServiceAuthTokenDeprecatedURL struct { GUID string // contains filtered or unexported fields }
RetrieveServiceAuthTokenDeprecatedURL generates an URL for the retrieve service auth token deprecated operation
func (*RetrieveServiceAuthTokenDeprecatedURL) Build ¶
func (o *RetrieveServiceAuthTokenDeprecatedURL) Build() (*url.URL, error)
Build a url path and query string
func (*RetrieveServiceAuthTokenDeprecatedURL) BuildFull ¶
func (o *RetrieveServiceAuthTokenDeprecatedURL) BuildFull(scheme, host string) (*url.URL, error)
BuildFull builds a full url with scheme, host, path and query string
func (*RetrieveServiceAuthTokenDeprecatedURL) Must ¶
Must is a helper function to panic when the url builder returns an error
func (*RetrieveServiceAuthTokenDeprecatedURL) SetBasePath ¶
func (o *RetrieveServiceAuthTokenDeprecatedURL) SetBasePath(bp string)
SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string
func (*RetrieveServiceAuthTokenDeprecatedURL) String ¶
func (o *RetrieveServiceAuthTokenDeprecatedURL) String() string
String returns the string representation of the path with query string
func (*RetrieveServiceAuthTokenDeprecatedURL) StringFull ¶
func (o *RetrieveServiceAuthTokenDeprecatedURL) StringFull(scheme, host string) string
StringFull returns the string representation of a complete url
func (*RetrieveServiceAuthTokenDeprecatedURL) WithBasePath ¶
func (o *RetrieveServiceAuthTokenDeprecatedURL) WithBasePath(bp string) *RetrieveServiceAuthTokenDeprecatedURL
WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string
Source Files ¶
- delete_service_auth_token_deprecated.go
- delete_service_auth_token_deprecated_parameters.go
- delete_service_auth_token_deprecated_responses.go
- delete_service_auth_token_deprecated_urlbuilder.go
- filter_result_set_by_label_deprecated.go
- filter_result_set_by_label_deprecated_parameters.go
- filter_result_set_by_label_deprecated_responses.go
- filter_result_set_by_label_deprecated_urlbuilder.go
- retrieve_service_auth_token_deprecated.go
- retrieve_service_auth_token_deprecated_parameters.go
- retrieve_service_auth_token_deprecated_responses.go
- retrieve_service_auth_token_deprecated_urlbuilder.go