NovaAPI
latest
NovaAPI Core
Entity module
DAO module
Creating your Entity
Creating your DAO Class
Authentication/Authorization module
Error reporting module
License
NovaAPI
Docs
»
Index
Edit on GitHub
Index
_
|
C
|
D
|
E
|
F
|
G
|
I
|
M
|
N
|
P
|
R
|
S
|
U
|
V
|
W
_
__class__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__delattr__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__dir__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
__eq__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__format__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
__ge__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__getattribute__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__gt__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__hash__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__init__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.GenericDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
__init_subclass__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
__iter__() (nova_api.entity.Entity method)
__le__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__lt__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__ne__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__new__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
(nova_api.entity.Entity static method)
__reduce__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
__reduce_ex__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
__repr__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__setattr__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__setattr__() (nova_api.entity.Entity method)
__sizeof__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
__str__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
__subclasshook__() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
__weakref__ (nova_api.dao.generic_sql_dao.GenericSQLDAO attribute)
(nova_api.dao.GenericDAO attribute)
(nova_api.dao.mongo_dao.MongoDAO attribute)
(nova_api.entity.Entity attribute)
C
camel_to_snake() (in module nova_api.dao)
close() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.GenericDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
close_if_still_open() (in module nova_api)
create() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.GenericDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
create_api_files() (in module nova_api)
create_table_if_not_exists() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
D
decode_jwt_token() (in module nova_api.auth)
default_response() (in module nova_api)
DuplicateEntityException
E
Entity (class in nova_api.entity)
EntityNotFoundException
error_response() (in module nova_api)
F
format_parameter() (in module nova_api)
format_property() (in module nova_api)
formatted_properties() (in module nova_api)
G
generate_api() (in module nova_api)
generate_base_api_for_entity() (in module nova_api)
generate_id() (in module nova_api.entity)
GenericDAO (class in nova_api.dao)
GenericSQLDAO (class in nova_api.dao.generic_sql_dao)
get() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.GenericDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
get_all() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.GenericDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
get_auth_schema_yml() (in module nova_api)
get_db_values() (nova_api.entity.Entity method)
get_parameter_format() (in module nova_api)
get_python_api_filename() (in module nova_api)
get_time() (in module nova_api.entity)
I
InvalidAttributeException
InvalidFiltersException
InvalidIDException
InvalidIDTypeException
is_valid_auth_schema() (in module nova_api)
is_valid_uuidv4() (in module nova_api.dao)
M
MongoDAO (class in nova_api.dao.mongo_dao)
N
NoRowsAffectedException
NotEntityException
nova_api (module)
nova_api.auth (module)
nova_api.dao (module)
nova_api.dao.generic_sql_dao (module)
nova_api.dao.mongo_dao (module)
nova_api.entity (module)
nova_api.exceptions (module)
NovaAPIException
P
python_api_exists() (in module nova_api)
R
read_decode_algorithms() (in module nova_api.auth)
remove() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.GenericDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
S
serialize_field() (nova_api.entity.Entity static method)
success_response() (in module nova_api)
U
unauthorize() (in module nova_api.auth)
update() (nova_api.dao.generic_sql_dao.GenericSQLDAO method)
(nova_api.dao.GenericDAO method)
(nova_api.dao.mongo_dao.MongoDAO method)
use_dao() (in module nova_api)
V
validate_jwt_claims() (in module nova_api.auth)
W
write_api_implementation() (in module nova_api)