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
func (*APIClient) SetJobStatus ¶ added in v0.4.0
SetJobStatus will set the Job Status
func (*APIClient) SubmitJobLog ¶ added in v0.4.0
SubmitJobLog will submit logs for a job
Click to show internal directories.
Click to hide internal directories.