Fast API

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 0.1.0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Default

Default

Up
get /sharing/
Get All Keys (getAllKeysSharingGet)
This method returns all keys of the OrderedShelf. :return: List of all Keys in the OrderedShelf

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful Response

Up
get /sharing/{state_name}
Get State (getStateSharingStateNameGet)
This method retrieves a state given its name. :param state_name: Key of the state which should be retrieved :return: Returns marshalled JSON state (the same format it was saved in)

Path parameters

state_name (required)
Path Parameter

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful Response

422

Validation Error HTTPValidationError

Up
post /sharing/{state_name}
Post State (postStateSharingStateNamePost)
This method saves a state given a name. :param state_name: Key of the state which should be saved :param state: Marshalled version of the state

Path parameters

state_name (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Successful Response

422

Validation Error HTTPValidationError

Models

[ Jump to Methods ]

Table of Contents

  1. HTTPValidationError - HTTPValidationError
  2. ValidationError - ValidationError

HTTPValidationError - HTTPValidationError Up

detail (optional)

ValidationError - ValidationError Up

loc
msg
type