Index
_
|
A
|
B
|
C
|
D
|
E
|
G
|
I
|
J
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__getattr__() (openapi.db.container.Database method)
A
add() (openapi.ws.manager.SocketsManager method)
ApiPath (class in openapi.spec.path)
asyncio
B
bool_field() (in module openapi.data.fields)
C
Channel (class in openapi.ws.channel)
channel_callback() (openapi.ws.pubsub.Subscribe property)
Channels (class in openapi.ws.channels)
channels() (openapi.ws.manager.SocketsManager property)
(openapi.ws.path.WsPathMixin property)
cleaned() (openapi.data.view.DataView method)
close() (openapi.db.container.Database method)
(openapi.testing.SingleConnDatabase method)
close_sockets() (openapi.ws.manager.SocketsManager method)
connect() (openapi.db.container.Database method)
container (openapi.utils.TypingInfo attribute)
create_all() (openapi.db.container.Database method)
create_list() (openapi.db.path.SqlApiPath method)
create_one() (openapi.db.path.SqlApiPath method)
CrudDB (class in openapi.db.dbmodel)
D
data_field() (in module openapi.data.fields)
Database (class in openapi.db.container)
dataclass_from_table() (in module openapi.data.db)
dataclasses
DataView (class in openapi.data.view)
date_field() (in module openapi.data.fields)
date_time_field() (in module openapi.data.fields)
db() (openapi.db.path.SqlApiPath property)
db_count() (openapi.db.dbmodel.CrudDB method)
db_delete() (openapi.db.dbmodel.CrudDB method)
db_insert() (openapi.db.dbmodel.CrudDB method)
db_select() (openapi.db.dbmodel.CrudDB method)
db_table() (openapi.db.path.SqlApiPath property)
db_update() (openapi.db.dbmodel.CrudDB method)
db_upsert() (openapi.db.dbmodel.CrudDB method)
decode_message() (openapi.ws.path.WsPathMixin method)
default_filter_field() (openapi.db.dbmodel.CrudDB method)
delete_list() (openapi.db.path.SqlApiPath method)
delete_one() (openapi.db.path.SqlApiPath method)
drop_all() (openapi.db.container.Database method)
drop_all_schemas() (openapi.db.container.Database method)
dsn() (openapi.db.container.Database property)
dump() (in module openapi.data.dump)
(openapi.data.view.DataView method)
E
element (openapi.utils.TypingInfo attribute)
email_field() (in module openapi.data.fields)
encode_message() (openapi.ws.path.WsPathMixin method)
engine() (openapi.db.container.Database property)
enum_field() (in module openapi.data.fields)
event_pattern() (openapi.ws.channel.Channel method)
events() (openapi.ws.channel.Channel property)
G
get() (openapi.utils.TypingInfo class method)
get_connection() (openapi.testing.SingleConnDatabase method)
get_filters() (openapi.spec.path.ApiPath method)
get_list() (openapi.db.path.SqlApiPath method)
get_one() (openapi.db.path.SqlApiPath method)
get_publish_message() (openapi.ws.pubsub.Publish method)
get_query() (openapi.db.dbmodel.CrudDB method)
get_schema() (openapi.data.view.DataView method)
get_special_params() (openapi.data.view.DataView method)
I
insert_data() (openapi.spec.path.ApiPath method)
integer_field() (in module openapi.data.fields)
is_complex() (openapi.utils.TypingInfo property)
is_dataclass() (openapi.utils.TypingInfo property)
is_union() (openapi.utils.TypingInfo property)
J
json_data() (openapi.spec.path.ApiPath method)
json_field() (in module openapi.data.fields)
M
metadata() (openapi.db.container.Database property)
module
openapi.data.db
openapi.data.dump
openapi.data.fields
openapi.data.validate
openapi.data.view
openapi.db.container
openapi.db.dbmodel
openapi.db.path
openapi.rest
openapi.spec
openapi.spec.path
openapi.testing
openapi.utils
openapi.ws.channel
openapi.ws.channels
openapi.ws.manager
openapi.ws.path
openapi.ws.pubsub
N
number_field() (in module openapi.data.fields)
O
op (class in openapi.spec)
openapi
openapi.data.db
module
openapi.data.dump
module
openapi.data.fields
module
openapi.data.validate
module
openapi.data.view
module
openapi.db.container
module
openapi.db.dbmodel
module
openapi.db.path
module
openapi.rest
module
openapi.spec
module
openapi.spec.path
module
openapi.testing
module
openapi.utils
module
openapi.ws.channel
module
openapi.ws.channels
module
openapi.ws.manager
module
openapi.ws.path
module
openapi.ws.pubsub
module
OpenApiSpec (class in openapi.spec)
orderable() (in module openapi.rest)
P
path_schema (openapi.spec.path.ApiPath attribute)
pool() (openapi.db.container.Database property)
Publish (class in openapi.ws.pubsub)
publish() (openapi.ws.manager.SocketsManager method)
Q
Query (class in openapi.rest)
R
Redoc (class in openapi.spec)
register() (openapi.ws.channel.Channel method)
(openapi.ws.channels.Channels method)
registered() (openapi.ws.channels.Channels property)
remove() (openapi.ws.manager.SocketsManager method)
rollback() (openapi.testing.SingleConnDatabase method)
S
schema
searchable() (in module openapi.rest)
server_info() (openapi.ws.manager.SocketsManager method)
SingleConnDatabase (class in openapi.testing)
socket_id (openapi.ws.manager.Websocket attribute)
sockets() (openapi.ws.manager.SocketsManager property)
(openapi.ws.path.WsPathMixin property)
SOCKETS_KEY (openapi.ws.path.WsPathMixin attribute)
SocketsManager (class in openapi.ws.manager)
SqlApiPath (class in openapi.db.path)
str_field() (in module openapi.data.fields)
Subscribe (class in openapi.ws.pubsub)
subscribe() (openapi.ws.manager.SocketsManager method)
subscribe_to_event() (openapi.ws.manager.SocketsManager method)
T
table (openapi.db.path.SqlApiPath attribute)
TypingInfo (class in openapi.utils)
U
unregister() (openapi.ws.channels.Channels method)
unsubscribe() (openapi.ws.manager.SocketsManager method)
update_one() (openapi.db.path.SqlApiPath method)
uuid_field() (in module openapi.data.fields)
V
validate() (in module openapi.data.validate)
validated_schema() (in module openapi.data.validate)
W
Websocket (class in openapi.ws.manager)
ws_rpc_publish() (openapi.ws.pubsub.Publish method)
ws_rpc_subscribe() (openapi.ws.pubsub.Subscribe method)
ws_rpc_unsubscribe() (openapi.ws.pubsub.Subscribe method)
WsPathMixin (class in openapi.ws.path)
aio-openapi
Async web middleware for aiohttp, asyncpg and OpenAPI
Navigation
Tutorial
Reference
Validation
Queries
Websocket RPC
Environment Variables
Glossary
Quick search