Documentation
¶
Overview ¶
Package apiclient implements a client for the autodeb-server REST API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient is a client for the autodeb-server REST API
func New ¶
func New(serverURL string, httpClient HTTPClient) (*APIClient, error)
New creates a new APIClient
func (*APIClient) GetUploadDSCURL ¶
GetUploadDSCURL returns the .dsc URL for a given upload
Click to show internal directories.
Click to hide internal directories.