Alexander Malev
Alexander Malev
src: https://raw.githubusercontent.com/aamalev/aiohttp_apiset/master/docs/swagger_classes.rst result: blank page http://aiohttp-apiset.readthedocs.io/en/latest/swagger_classes.html locally the documentation is going right
A table for storing user request data and actions including a registration request. Fields: - id - created_at - ip - msg - type {reg,auth,crud,email} - subtype {add/login,update,delete/logout} - code...
For one action "change email" - one request
Client and server sides. Connect via aioworkers.queue
add/delete email approve email select primary email
impl #125
cfg.yaml ```yaml processes: p1: groups: [a, b, c, d, g] ``` aioworkers -c cfg.yaml --process p1