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

Feature Request: RESTful API #10

Closed
drts01 opened this issue Oct 31, 2020 · 0 comments · Fixed by #30
Closed

Feature Request: RESTful API #10

drts01 opened this issue Oct 31, 2020 · 0 comments · Fixed by #30

Comments

@drts01
Copy link
Member

drts01 commented Oct 31, 2020

Adding a REST API will enable us to curl for Fizzbuzz from a web endpoint. Once it can run as a service, we can hit from anywhere, i.e. SMS, chatbots, etc.

We should use OpenAPI as it is a common standard and comes with many features out of the box, including self-documenting. The Python library to help us with this should beFastAPI as it is high performance and will check our inputs. (validating user input, especially on the web, is a good way to prevent getting pwned).

Resources to get started:

pelmini added a commit that referenced this issue Jan 3, 2021
pelmini added a commit that referenced this issue Jan 3, 2021
@pelmini pelmini mentioned this issue Jan 3, 2021
pelmini added a commit that referenced this issue Jan 3, 2021
pelmini added a commit that referenced this issue Jan 3, 2021
pelmini added a commit that referenced this issue Jan 3, 2021
@drts01 drts01 closed this as completed in #30 Jan 5, 2021
drts01 pushed a commit to drts01/fizzbuzz that referenced this issue Mar 16, 2021
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

Successfully merging a pull request may close this issue.

1 participant