Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompaniesDiscovery ¶ added in v0.0.7
type CompaniesDiscovery struct {
Companies *companies.ClientWithResponses
}
CompaniesDiscovery is the struct that contains all API clients
func NewCompaniesDiscovery ¶ added in v0.0.7
func NewCompaniesDiscovery(config *configuration.Configuration) (*CompaniesDiscovery, error)
NewCompaniesDiscovery creates a new instance of CompaniesDiscovery
type ContactsDiscovery ¶
type ContactsDiscovery struct {
Contacts *contacts.ClientWithResponses
}
ContactsDiscovery is the struct that contains all API clients
func NewContactsDiscovery ¶
func NewContactsDiscovery(config *configuration.Configuration) (*ContactsDiscovery, error)
NewContactsDiscovery creates a new instance of ContactsDiscovery
type DealsDiscovery ¶ added in v0.0.7
type DealsDiscovery struct {
Deals *deals.ClientWithResponses
}
DealsDiscovery is the struct that contains all API clients
func NewDealsDiscovery ¶ added in v0.0.7
func NewDealsDiscovery(config *configuration.Configuration) (*DealsDiscovery, error)
NewDealsDiscovery creates a new instance of DealsDiscovery
type LeadsDiscovery ¶ added in v0.0.9
type LeadsDiscovery struct {
Leads *leads.ClientWithResponses
}
LeadsDiscovery is the struct that contains all API clients
func NewLeadsDiscovery ¶ added in v0.0.9
func NewLeadsDiscovery(config *configuration.Configuration) (*LeadsDiscovery, error)
NewLeadsDiscovery creates a new instance of LeadsDiscovery
type LineItemsDiscovery ¶ added in v0.0.11
type LineItemsDiscovery struct {
LineItems *lineItems.ClientWithResponses
}
LineItemsDiscovery is the struct that contains all API clients
func NewLineItemsDiscovery ¶ added in v0.0.11
func NewLineItemsDiscovery(config *configuration.Configuration) (*LineItemsDiscovery, error)
NewLineItemsDiscovery creates a new instance of LineItemsDiscovery
type ObjectsDiscovery ¶ added in v0.0.11
type ObjectsDiscovery struct {
Objects *objects.ClientWithResponses
}
ObjectsDiscovery is the struct that contains all API clients
func NewObjectsDiscovery ¶ added in v0.0.11
func NewObjectsDiscovery(config *configuration.Configuration) (*ObjectsDiscovery, error)
NewObjectsDiscovery creates a new instance of ObjectsDiscovery
type ProductsDiscovery ¶
type ProductsDiscovery struct {
Products *products.ClientWithResponses
}
ProductsDiscovery is the struct that contains all API clients
func NewProductsDiscovery ¶
func NewProductsDiscovery(config *configuration.Configuration) (*ProductsDiscovery, error)
NewProductsDiscovery creates a new instance of ProductsDiscovery
type SchemasDiscovery ¶ added in v0.0.11
type SchemasDiscovery struct {
Schemas *schemas.ClientWithResponses
}
SchemasDiscovery is the struct that contains all API clients
func NewSchemaItemsDiscovery ¶ added in v0.0.11
func NewSchemaItemsDiscovery(config *configuration.Configuration) (*SchemasDiscovery, error)
NewSchemaItemsDiscovery creates a new instance of SchemasDiscovery
type TicketsDiscovery ¶ added in v0.0.7
type TicketsDiscovery struct {
Tickets *tickets.ClientWithResponses
}
TicketsDiscovery is the struct that contains all API clients
func NewTicketsDiscovery ¶ added in v0.0.7
func NewTicketsDiscovery(config *configuration.Configuration) (*TicketsDiscovery, error)
NewTicketsDiscovery creates a new instance of TicketsDiscovery