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

Add missing implementations for operation functions in examples #16

Open
berislavlopac opened this issue Jan 20, 2021 · 0 comments
Open
Labels
good first issue Good for newcomers
Projects

Comments

@berislavlopac
Copy link
Owner

The src/examples/server/pets.py file contains stubs for all the functions corresponding to the the operation IDs as defined in the petstore.yaml specification. However, only find_pets_by_status has any implementation, while all others just have pass, meaning that they would in most cases cause a validation error when sending a response.

A good first issue would be to implement those remaining functions in line with the responses specified in the petstore.yaml, with correct response codes and contents (if any).

@berislavlopac berislavlopac added the good first issue Good for newcomers label Jan 20, 2021
@berislavlopac berislavlopac added this to Awaiting triage in Server via automation Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Server
  
Awaiting triage
Development

No branches or pull requests

1 participant