restapi

RAPyDo core module for HTTP Restful APIs

Modules

restapi.config

Configuration variables set for the server instance

restapi.endpoints

Definition of all core endpoints

restapi.env

Utilities to work with environment variables

restapi.exceptions

Set of Exceptions used to raise HTTP error statuses from endpoints

restapi.models

Extension of input and output Schemas and Fields

restapi.rest

Management of the RESTful protocol and best practices

restapi.services

Definition and management of additional services like authentication, caching, download and upload utilities

restapi.types

Python hints definitions

restapi.utilities

Set of utilities to handle wit logs, processes, time, uuid and others