{"id":20152059,"url":"https://github.com/mfurquimdev/fastapi_params","last_synced_at":"2026-06-10T10:31:13.826Z","repository":{"id":227288216,"uuid":"771001101","full_name":"mfurquimdev/FastAPI_params","owner":"mfurquimdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-12T22:22:38.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T01:18:19.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfurquimdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-12T14:14:03.000Z","updated_at":"2024-03-12T22:22:41.000Z","dependencies_parsed_at":"2025-01-13T11:46:59.352Z","dependency_job_id":"7d441e44-3397-44cc-811e-a440f8edca2b","html_url":"https://github.com/mfurquimdev/FastAPI_params","commit_stats":null,"previous_names":["mfurquimdev/fastapi_params"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mfurquimdev/FastAPI_params","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfurquimdev%2FFastAPI_params","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfurquimdev%2FFastAPI_params/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfurquimdev%2FFastAPI_params/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfurquimdev%2FFastAPI_params/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfurquimdev","download_url":"https://codeload.github.com/mfurquimdev/FastAPI_params/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfurquimdev%2FFastAPI_params/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34149132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T23:08:32.738Z","updated_at":"2026-06-10T10:31:13.810Z","avatar_url":"https://github.com/mfurquimdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI_params\n\n## Starting server\n\n```bash\n$ pdm run python src/main.py\n```\n\n## Making requests\n\n```bash\n$ http GET :8000/params/test_1 number==3 period:='{\"start\": \"2023-01-01\", \"end\": \"2023-01-02\"}'\n{\n    \"test_1\": {\n        \"end\": \"2023-01-02T00:00:00\",\n        \"start\": \"2023-01-01T00:00:00\"\n    }\n}\n```\n\nSleep for 3 seconds and print on server side:\n\n```txt\nGET on /params endpoint with Path parameter name=test_1, Query parameter sleep=number=3 micro=False, and Body parameter period=2023-01-01 00:00:00 - 2023-01-02 00:00:00\n```\n\n### Optional micro Query parameter\n\n```bash\n$ http GET :8000/params/test_1 micro==True number==3 period:='{\"start\": \"2023-01-01\", \"end\": \"2023-01-02\"}'\n```\n\nSleep for 0.3 seconds and print on server side:\n\n```txt\nGET on /params endpoint with Path parameter name=test_1, Query parameter sleep=number=3 micro=True, and Body parameter period=2023-01-01 00:00:00 - 2023-01-02 00:00:00\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfurquimdev%2Ffastapi_params","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfurquimdev%2Ffastapi_params","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfurquimdev%2Ffastapi_params/lists"}