You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have jobs that get data from go-api.ifrc.org.
This API endpoint will be decommissioned in 2024, we should begin to use a d365 query instead. @andraslazar – could you help us in this cutover?
The recent usages:
country_plan/management/commands/ingest_country_plan_file.py:18:PUBLIC_SOURCE = 'https://go-api.ifrc.org/api/publicsiteappeals?AppealsTypeID=1851&Hidden=false'
country_plan/management/commands/ingest_country_plan_file.py:20:INTERNAL_SOURCE = 'https://go-api.ifrc.org/Api/FedNetAppeals?AppealsTypeId=1844&Hidden=false'
api/management/commands/sync_appealdocs.py:12:PUBLIC_SOURCE = "https://go-api.ifrc.org/api/publicsiteappeals?Hidden=false&Appealnumber="
api/management/commands/sync_appealdocs.py:13:FEDNET_SOURCE = "https://go-api.ifrc.org/Api/FedNetAppeals?Hidden=false&Appealnumber="
api/management/commands/ingest_appealdocs.py:9:APPEAL_DOCUMENT_TYPES = AppealDocumentType.objects.all() # used only for read in appealdocument locations from api. You can check them via go-api.ifrc.org/Api/PublicSiteTypes
api/management/commands/ingest_appealdocs.py:10:PUBLIC_SOURCE = "https://go-api.ifrc.org/api/publicsiteappeals?Hidden=false&AppealsTypeID="
api/management/commands/ingest_appealdocs.py:11:FEDNET_SOURCE = "https://go-api.ifrc.org/Api/FedNetAppeals?Hidden=false&AppealsTypeId="
api/management/commands/ingest_appeals.py:90: url = "http://go-api.ifrc.org/api/appealbilaterals"
api/management/commands/ingest_appeals.py:119: url = "http://go-api.ifrc.org/api/appeals"
Issue
We have jobs that get data from go-api.ifrc.org.
This API endpoint will be decommissioned in 2024, we should begin to use a d365 query instead.
@andraslazar – could you help us in this cutover?
The recent usages:
@tovari @batpad @thenav56
The text was updated successfully, but these errors were encountered: