Documentation ¶
Index ¶
Constants ¶
View Source
const (
// BasePath is the base path for serving the lists API, minus the 'api' prefix
BasePath = "/v1/lists"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func New ¶
func New(processor *processing.Processor) *Module
func (*Module) ListsGETHandler ¶
ListsGETHandler returns a list of lists created by/for the authed account
Click to show internal directories.
Click to hide internal directories.