package
2.0.0-beta6+incompatible
Repository: https://github.com/qlcchain/go-lsobus.git
Documentation: pkg.go.dev

# Functions

AddQueryParameters adds query parameters to the URL.
BuildRequestObject creates the HTTP request object.
BuildResponse builds the response struct.
MakeRequest makes the API call.
Send uses the DefaultClient to send your request.

# Constants

Supported HTTP verbs.
Supported HTTP verbs.
Supported HTTP verbs.
Post
Supported HTTP verbs.
Supported HTTP verbs.
Version represents the current version of the rest library.

# Variables

DefaultClient is used if no custom HTTP client is defined.

# Structs

Client allows modification of client headers, redirect policy and other settings See https://golang.org/pkg/net/http.
Request holds the request to an API Call.
Response holds the response from an API call.
RestError is a struct for an error handling.

# Type aliases

Method contains the supported HTTP verbs.