package
0.0.0-20240901130656-3f6710173eae
Repository: https://github.com/relabs-tech/kurbisio.git
Documentation: pkg.go.dev

# Functions

NewWithRouter creates a client to make pseudo-REST requests to the backend, through the mux router WithAuthorization() adds an authorization to the request context.
NewWithURL creates a client to make REST requests to the backend WithToken adds an authorization token to the request header.

# Structs

Client provides easy access to the REST API.
Collection represents a collection of particular resource.
Item represents a single item in a collection.
Page is a requester for one page in a collection.
Relation represents a relation of particular resources.