-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add REST API demo possible with swagger #24
Comments
Here are the packages I found which do something aiohttp/rest related. Seems strange, because almost all of them are abandoned. https://github.com/cr0hn/aiohttp-swagger |
Nothing strange: supporting high-quality software is much more complex task than simple project creation and publishing it on PyPI. |
I was thinking about simple REST project, not generalized similar too what I am doing in aiohttp_admin, but simpler important parts:
|
Hey, is someone on this right now? Would like to give it a try if no) |
@hzlmn as far as I know - no. Please go ahead. |
I am creating restapi with aiohttp, in the example demos used fn remember, forget and other functions and in the main.py current_user_ctx_processor, what is it? now i don't need to use it becouse i don't connected jinja template. in my project on authoriztion (when i giv data from front-end) fn remember don't colled. please, can you give me any advice |
@Ohunjon this issue was probably not the best place to ask. |
hey @hzlmn |
@gyermolenko Hi, nope but i made some progress on #34 |
@hzlmn Great, tnx (asked so anyone can see current status of this ticket) |
Create basic REST API demo that can be used as template to bootstrap project quickly.
The text was updated successfully, but these errors were encountered: