package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is a method used to authorize APIs to allow applications access using given parameters.
Delete is a method used to unauthorize API from specified application using given parameters.
ExtractAuthorizedApis is a method to extract the list of authorized APIs for specified application.
ExtractUnauthorizedApis is a method to extract the list of unauthorized APIs for specified application.
List is a method to obtain the authorized API list under a specified application using given parameters.
List is a method to obtain the unauthorized API list under a specified application using given parameters.

# Structs

ApiAuthInfo is the structure that represents the authorized API information.
ApiOutlineInfo is the structure that represents the unauthorized API information.
Authorization is the struct that represents the application authorization records.
AuthorizedPage is a page structure that represents each page information.
AuthResult is the structure that represents the authorization details.
CreateOpts is the structure that used to authorize APIs to allow applications access.
ListOpts is the structure used to querying authorized and unauthorized API information.
UnauthorizedPage is a page structure that represents each page information.