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

Create Endpoint, part 1: validate #6

Open
beriberikix opened this issue Oct 12, 2019 · 0 comments
Open

Create Endpoint, part 1: validate #6

beriberikix opened this issue Oct 12, 2019 · 0 comments

Comments

@beriberikix
Copy link
Collaborator

  • Navigate to /endpoints/new and prompt for path, method, source code and source code language
    • Ignores future configurations like certs, setting protocol, scheduled/cron jobs, etc.
  • Path: Validate that path is unique in endpoints where domain matches local storage
    • This ignores future features like path wildcards - assumes fixed routes. Ex. /user/:I'd
  • Methods: default to all supported methods and optionally select a subset
    • Initially only standard methods, ex not observe
    • Will need multiple src, one per method
  • Source code: basic textfield
    • Form uploader & Git webhooks in the future
    • Source code won't be validated except for being non-zero length
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