# README
UIPathb Client Go
The UI Path client service library written in Go.
# Functions
Deprecated: DeprecatedGetOAuthToken requests oauthtoken using UserKey.
ErrorResponseHandler handles the errors from the uipath response.
GetOAuthToken requests Oauth Token using ClientCredentials.
# Constants
No description provided by the author
Deprecated: User key based authentication is deprecated since October, 2021 See more details in https://www.uipath.com/ja/resources/knowledge-base/implementing-orchestrator-api-with-oauth.
No description provided by the author
No description provided by the author
No description provided by the author
Asset does not exist.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Access denied.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Asset struct defines what the asset model looks like.
AssetHandler struct defines what the asset handler looks like.
AssetList struct defines what the asset list looks like.
Client defines how the UIPath client looks like.
Credentials struct defines what items are needed for the client credentials.
Deprecated: OauthTokenRequest are the basic values needed to get an oauth token.
OauthTokenRequest are the basic values needed to get an oauth token.
OauthTokenResponse is the structure when fetching an oauth token.
ProcessingException defines the structure of the queue item exception.
QueueItem struct defines what the queue item model looks like.
QueueItemCreateRequest defines how the request looks like when creating a queue item.
QueueItemHandler struct defines what the queue item handler looks like.
QueueItemList defines what the queue item list model looks like.
RequestError defines how the error looks like from the response.
Tag struct defines what the tag item looks like.
# Interfaces
No description provided by the author