Skip to content
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

is there an resource / API generator in the framework instead of handcoding ? #27

Open
magicallyindia opened this issue Dec 2, 2019 · 2 comments

Comments

@magicallyindia
Copy link

Hello Is there a API method generation option instead of handcoding. like

myapi -add methodname -params

The framework is great but would like to know if there is any example for the same to add APIs

Thanks

Bhushan

@karec
Copy link
Owner

karec commented Dec 17, 2019

Hello @magicallyindia,

Sadly not, it's mainly a quick start for flask and thus doesn't include those kind of tools. And since it's a cookiecutter and not a lib that you install, storing those templates could mean more files inside project directory that you wouldn't use at all in your own app.

Still, I like the idea and I will do some research to see how can I include those kind of features without adding too much potentially unused files

@magicallyindia
Copy link
Author

Thanks Idea is to like "appname" run , 'appname' init , it would be great to have "appname" api add post <method_name> (params) autogenerate the code at runtime with swagger bindings.

Thanks for great framework.

Bhushan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants