✨ Add support for custom `generate_unique_id_function` and docs for generating clients by tiangolo · Pull Request #4650 · fastapi/fastapi

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@tiangolo

Copy link Copy Markdown

Member

@tiangolo tiangolo commented

Mar 4, 2022

✨ Add support for custom generate_unique_id_function and docs for generating clients.

@codecov

Copy link Copy Markdown

codecov bot commented

Mar 4, 2022

edited

Loading

Codecov Report

Merging #4650 (fb652f9) into master (440d2d2) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master     #4650    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          526       529     +3     
  Lines        13324     13510   +186     
==========================================
+ Hits         13324     13510   +186     
Impacted Files Coverage Δ
docs_src/generate_clients/tutorial003.py 100.00% <100.00%> (ø)
fastapi/applications.py 100.00% <100.00%> (ø)
fastapi/openapi/utils.py 100.00% <100.00%> (ø)
fastapi/routing.py 100.00% <100.00%> (ø)
fastapi/utils.py 100.00% <100.00%> (ø)
tests/test_generate_unique_id_function.py 100.00% <100.00%> (ø)
tests/test_include_router_defaults_overrides.py 100.00% <100.00%> (ø)
...tutorial/test_generate_clients/test_tutorial003.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 440d2d2...fb652f9. Read the comment docs.

@github-actions

Copy link Copy Markdown

Contributor

github-actions bot commented

Mar 4, 2022

edited

Loading

@github-actions

Copy link Copy Markdown

Contributor

github-actions bot commented

Mar 4, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@tiangolo