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

CLI to generate controllers #108

Open
Jaymon opened this issue Aug 2, 2020 · 0 comments
Open

CLI to generate controllers #108

Jaymon opened this issue Aug 2, 2020 · 0 comments

Comments

@Jaymon
Copy link
Owner

Jaymon commented Aug 2, 2020

so you could do something like:

$ endpoints generate modpath.Foo Bar

and it will create a file at $ENDPOINTS_PREFIX/modpath.py and $ENDPOINTS_PREFIX/__init__.py with something like:

class Foo(Controller):
    def GET(self, *args, **kwargs): pass
    def POST(self, *args, **kwargs): pass
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

1 participant