Documentation ¶
Overview ¶
Package booking provides an API for booking experiments
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func API ¶
API starts the API Inputs @closed - channel will be closed when server shutsdown @wg - waitgroup, we must wg.Done() when we are shutdown @port - where to listen locally @host - external FQDN of the host (for checking against tokens) e.g. https://relay-access.practable.io @target - FQDN of the relay instance e.g. wss://relay.practable.io @secret- HMAC shared secret which incoming tokens will be signed with @cs - pointer to the CodeStore this API shares with the shellbar websocket relay @options - for future backwards compatibility (no options currently available)
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package restapi Booking User API for booking experiments Schemes: http Host: book.practable.io BasePath: /api/v1 Version: 0.5 Contact: Tim Drysdale<timothy.d.drysdale@gmail.com> https://practable.io Consumes: - application/json Produces: - application/json swagger:meta
|
Package restapi Booking User API for booking experiments Schemes: http Host: book.practable.io BasePath: /api/v1 Version: 0.5 Contact: Tim Drysdale<timothy.d.drysdale@gmail.com> https://practable.io Consumes: - application/json Produces: - application/json swagger:meta |
Click to show internal directories.
Click to hide internal directories.