]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:memo: Add Path params and numeric validators docs
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 14 Dec 2018 14:18:46 +0000 (18:18 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 14 Dec 2018 14:18:46 +0000 (18:18 +0400)
commitc432fc223cb365518e7ef82bb6df2cb7cda2cda5
treea85d308de8dddef242b16ba0c7d0f1d2ca64e754
parentd79534b015832bc6d7d5434188872d3af8cc6bee
:memo: Add Path params and numeric validators docs
docs/tutorial/path-params-numeric-validations.md [new file with mode: 0644]
docs/tutorial/query-params-str-validations.md
docs/tutorial/src/path-params-numeric-validations/tutorial001.py [new file with mode: 0644]
docs/tutorial/src/path-params-numeric-validations/tutorial002.py [new file with mode: 0644]
docs/tutorial/src/path-params-numeric-validations/tutorial003.py [new file with mode: 0644]
docs/tutorial/src/path-params-numeric-validations/tutorial004.py [new file with mode: 0644]
docs/tutorial/src/path-params-numeric-validations/tutorial005.py [new file with mode: 0644]
docs/tutorial/src/path-params-numeric-validations/tutorial006.py [new file with mode: 0644]
mkdocs.yml