Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,3 @@ target/

#Ipython Notebook
.ipynb_checkpoints
data_bridges_api_config.yaml
ROADMAP.md
6 changes: 0 additions & 6 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ data_bridges_client/models/geometry.py
data_bridges_client/models/gorp_country_api_dto.py
data_bridges_client/models/gorp_global_api_dto.py
data_bridges_client/models/gorp_regional_api_dto.py
data_bridges_client/models/gorp_value_with_changes.py
data_bridges_client/models/gorp_value_with_changes_paged_result.py
data_bridges_client/models/household_survey_list_dto.py
data_bridges_client/models/household_survey_list_dto_paged_result.py
data_bridges_client/models/ipc_value.py
Expand Down Expand Up @@ -99,8 +97,6 @@ docs/GorpApi.md
docs/GorpCountryApiDto.md
docs/GorpGlobalApiDto.md
docs/GorpRegionalApiDto.md
docs/GorpValueWithChanges.md
docs/GorpValueWithChangesPagedResult.md
docs/HouseholdSurveyListDTO.md
docs/HouseholdSurveyListDTOPagedResult.md
docs/IncubationApi.md
Expand Down Expand Up @@ -173,8 +169,6 @@ test/test_gorp_api.py
test/test_gorp_country_api_dto.py
test/test_gorp_global_api_dto.py
test/test_gorp_regional_api_dto.py
test/test_gorp_value_with_changes.py
test/test_gorp_value_with_changes_paged_result.py
test/test_household_survey_list_dto.py
test/test_household_survey_list_dto_paged_result.py
test/test_incubation_api.py
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.o

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 5.0.0
- Package version: 5.0.0
- API version: 6.0.0
- Package version: 6.0.0
- Generator version: 7.5.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down Expand Up @@ -65,7 +65,7 @@ token = WfpApiToken(api_key=KEY, api_secret=SECRET)
# Defining the host is optional and defaults to https://api.wfp.org/vam-data-bridges/1.4.0
# See configuration.py for a list of all supported configuration parameters.
configuration = data_bridges_client.Configuration(
host = "https://api.wfp.org/vam-data-bridges/5.0.0"
host = "https://api.wfp.org/vam-data-bridges/6.0.0"
)
configuration.access_token = token.refresh(scopes=SCOPES)

Expand All @@ -92,7 +92,7 @@ with data_bridges_client.ApiClient(configuration) as api_client:

## Documentation for API Endpoints

All URIs are relative to *https://api.wfp.org/vam-data-bridges/5.0.0*
All URIs are relative to *https://api.wfp.org/vam-data-bridges/6.0.0*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down Expand Up @@ -148,8 +148,6 @@ Class | Method | HTTP request | Description
- [EconomicIndicatorPropertyPagedResult](docs/EconomicIndicatorPropertyPagedResult.md)
- [Feature](docs/Feature.md)
- [Geometry](docs/Geometry.md)
- [GorpValueWithChanges](docs/GorpValueWithChanges.md)
- [GorpValueWithChangesPagedResult](docs/GorpValueWithChangesPagedResult.md)
- [HouseholdSurveyListDTO](docs/HouseholdSurveyListDTO.md)
- [HouseholdSurveyListDTOPagedResult](docs/HouseholdSurveyListDTOPagedResult.md)
- [IpcValue](docs/IpcValue.md)
Expand Down
4 changes: 1 addition & 3 deletions data_bridges_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.org/. For API discussions and details: #api-integration-vam-data-bridges on Slack, [Teams channel](https://teams.microsoft.com/l/team/19%3a4ca595f7681f4ffa8a86b7af58832e8d%40thread.skype/conversations?groupId=cbd1e508-c6e8-459d-96b7-6cac3039c42c&tenantId=462ad9ae-d7d9-4206-b874-71b1e079776f) **API Integration** - This endpoint uses [Hey Jude](https://docs.api.wfp.org/providers/#api-patterns) pattern

The version of the OpenAPI document: 5.0.0
The version of the OpenAPI document: 6.0.0
Contact: wfp.economicanalysis@wfp.org
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down Expand Up @@ -57,8 +57,6 @@
from data_bridges_client.models.gorp_country_api_dto import GorpCountryApiDto
from data_bridges_client.models.gorp_global_api_dto import GorpGlobalApiDto
from data_bridges_client.models.gorp_regional_api_dto import GorpRegionalApiDto
from data_bridges_client.models.gorp_value_with_changes import GorpValueWithChanges
from data_bridges_client.models.gorp_value_with_changes_paged_result import GorpValueWithChangesPagedResult
from data_bridges_client.models.household_survey_list_dto import HouseholdSurveyListDTO
from data_bridges_client.models.household_survey_list_dto_paged_result import HouseholdSurveyListDTOPagedResult
from data_bridges_client.models.ipc_value import IpcValue
Expand Down
2 changes: 1 addition & 1 deletion data_bridges_client/api/commodities_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.org/. For API discussions and details: #api-integration-vam-data-bridges on Slack, [Teams channel](https://teams.microsoft.com/l/team/19%3a4ca595f7681f4ffa8a86b7af58832e8d%40thread.skype/conversations?groupId=cbd1e508-c6e8-459d-96b7-6cac3039c42c&tenantId=462ad9ae-d7d9-4206-b874-71b1e079776f) **API Integration** - This endpoint uses [Hey Jude](https://docs.api.wfp.org/providers/#api-patterns) pattern

The version of the OpenAPI document: 5.0.0
The version of the OpenAPI document: 6.0.0
Contact: wfp.economicanalysis@wfp.org
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion data_bridges_client/api/commodity_units_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.org/. For API discussions and details: #api-integration-vam-data-bridges on Slack, [Teams channel](https://teams.microsoft.com/l/team/19%3a4ca595f7681f4ffa8a86b7af58832e8d%40thread.skype/conversations?groupId=cbd1e508-c6e8-459d-96b7-6cac3039c42c&tenantId=462ad9ae-d7d9-4206-b874-71b1e079776f) **API Integration** - This endpoint uses [Hey Jude](https://docs.api.wfp.org/providers/#api-patterns) pattern

The version of the OpenAPI document: 5.0.0
The version of the OpenAPI document: 6.0.0
Contact: wfp.economicanalysis@wfp.org
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion data_bridges_client/api/currency_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.org/. For API discussions and details: #api-integration-vam-data-bridges on Slack, [Teams channel](https://teams.microsoft.com/l/team/19%3a4ca595f7681f4ffa8a86b7af58832e8d%40thread.skype/conversations?groupId=cbd1e508-c6e8-459d-96b7-6cac3039c42c&tenantId=462ad9ae-d7d9-4206-b874-71b1e079776f) **API Integration** - This endpoint uses [Hey Jude](https://docs.api.wfp.org/providers/#api-patterns) pattern

The version of the OpenAPI document: 5.0.0
The version of the OpenAPI document: 6.0.0
Contact: wfp.economicanalysis@wfp.org
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion data_bridges_client/api/economic_data_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.org/. For API discussions and details: #api-integration-vam-data-bridges on Slack, [Teams channel](https://teams.microsoft.com/l/team/19%3a4ca595f7681f4ffa8a86b7af58832e8d%40thread.skype/conversations?groupId=cbd1e508-c6e8-459d-96b7-6cac3039c42c&tenantId=462ad9ae-d7d9-4206-b874-71b1e079776f) **API Integration** - This endpoint uses [Hey Jude](https://docs.api.wfp.org/providers/#api-patterns) pattern

The version of the OpenAPI document: 5.0.0
The version of the OpenAPI document: 6.0.0
Contact: wfp.economicanalysis@wfp.org
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion data_bridges_client/api/food_security_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.org/. For API discussions and details: #api-integration-vam-data-bridges on Slack, [Teams channel](https://teams.microsoft.com/l/team/19%3a4ca595f7681f4ffa8a86b7af58832e8d%40thread.skype/conversations?groupId=cbd1e508-c6e8-459d-96b7-6cac3039c42c&tenantId=462ad9ae-d7d9-4206-b874-71b1e079776f) **API Integration** - This endpoint uses [Hey Jude](https://docs.api.wfp.org/providers/#api-patterns) pattern

The version of the OpenAPI document: 5.0.0
The version of the OpenAPI document: 6.0.0
Contact: wfp.economicanalysis@wfp.org
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Loading