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/services api documentation #371

Merged
merged 20 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a5e836a
Merge branch 'feature/filter-administrative-divisions-by-address' int…
juuso-j Jul 2, 2024
2108637
Merge branch 'feature/unit-contract-type-replace-with-displayed-servi…
juuso-j Jul 2, 2024
5d774e9
Document address API parameters
juuso-j Jul 2, 2024
b9d9321
Document administrative division API parameters
juuso-j Jul 2, 2024
7f26477
Document service node API parameters
juuso-j Jul 2, 2024
ef9a21d
Document service API parameters
juuso-j Jul 2, 2024
cf6330f
Document unit API parameters
juuso-j Jul 2, 2024
bed635a
Reduce OpenApi parameter duplication
juuso-j Jul 2, 2024
37e36af
Add services endpoints to DOC_ENDPOINTS
juuso-j Jul 2, 2024
c66f56f
Use only departments with unit organization-filter
juuso-j Jul 3, 2024
ee8415b
Fix translated fields in OpenAPI docs
juuso-j Jul 3, 2024
448f4a8
Merge branch 'feature/unit-contract-type-replace-with-displayed-servi…
juuso-j Jul 4, 2024
61382ba
Merge branch 'feature/filter-administrative-divisions-by-address' int…
juuso-j Jul 4, 2024
73801a4
Merge branch 'feature/services-api-documentation' into feature/unit-a…
juuso-j Jul 4, 2024
c2f5bbd
Merge branch 'feature/use-only-departments-with-unit-organization-fil…
juuso-j Jul 4, 2024
41e5d05
Add missing unit API parameters
juuso-j Jul 4, 2024
ec87323
Merge branch 'feature/services-api-documentation' into feature/unit-a…
juuso-j Jul 4, 2024
17a5a23
Add field geometry_3d
juuso-j Jul 4, 2024
63f2007
Format
juuso-j Jul 4, 2024
bbff1d2
Merge branch 'develop' into feature/services-api-documentation
juuso-j Aug 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ pyshp
polyline
drf-spectacular
xmltodict
freezegun
freezegun
geopy
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ flake8-polyfill==1.0.2
# via pep8-naming
freezegun==1.5.1
# via -r requirements.in
geographiclib==2.0
# via geopy
geopy==2.4.1
# via -r requirements.in
idna==3.7
# via requests
inflection==0.5.1
Expand Down
Loading
Loading