Documentation ¶
Overview ¶
Copyright ©, 2023-present, Lightspark Group, Inc. - All Rights Reserved
Index ¶
Constants ¶
View Source
const DEFAULT_BASE_URL = "https://api.lightspark.com/graphql/server/2023-09-13"
Variables ¶
This section is empty.
Functions ¶
func ValidateBaseUrl ¶ added in v0.7.1
Types ¶
type Requester ¶
type Requester struct { ApiTokenClientId string ApiTokenClientSecret string BaseUrl *string HTTPClient *http.Client }
func NewRequester ¶ added in v0.7.1
func NewRequesterWithBaseUrl ¶ added in v0.7.1
func (*Requester) ExecuteGraphql ¶
type RsaSigningKey ¶
type RsaSigningKey struct {
PrivateKey []byte
}
type Secp256k1SigningKey ¶
type Secp256k1SigningKey struct {
PrivateKey []byte
}
type SigningKey ¶
Click to show internal directories.
Click to hide internal directories.