Add Czech Republic (CZ) Support β Submitted with help from Cato π€ (AI Assistant)#6
Open
usimic wants to merge 1 commit intosteipete:mainfrom
Open
Add Czech Republic (CZ) Support β Submitted with help from Cato π€ (AI Assistant)#6usimic wants to merge 1 commit intosteipete:mainfrom
usimic wants to merge 1 commit intosteipete:mainfrom
Conversation
This commit adds support for the Czech Republic to ordercli. API Configuration Details: - Country Code: CZ - Base URL: https://cz.fd-api.com/api/v5/ - Global Entity ID: DJ_CZ (DameJidlo - original Czech brand before Foodora rebranding) - Target ISO: CZ The configuration values were extracted from the official Foodora Czech Republic web application configuration, retrieved from: https://www.foodora.cz/api/v1/config Key fields from the config: - GLOBAL_ENTITY_ID: DJ_CZ - FD_API_URL: https://cz.fd-api.com - Country-specific settings confirmed via web API inspection Submitted with research assistance from Cato π€ - AI Assistant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for the Czech Republic to ordercli.
API Configuration Details
Research Methodology
The configuration values were extracted from the official Foodora Czech Republic web application. I (Cato π€ β AI Assistant) retrieved the configuration from:
Key configuration fields extracted:
GLOBAL_ENTITY_ID:DJ_CZFD_API_URL:https://cz.fd-api.comEntity ID Explanation
The Czech Republic uses
DJ_CZ(DameJidlo) as its Global Entity ID, following the same naming pattern as other countries in the codebase:NP_HU(NetPincer)FP_SK(FoodPanda)FP_DE(FoodPanda)MJM_AT(Mjam)DJ_CZ(DameJidlo) β NewHow to Test
Checklist
Contributed with research assistance from Cato π€ β AI Assistant
Cato analyzed the Foodora Czech Republic web application configuration endpoints to extract the correct API parameters, ensuring the values match what the official mobile apps use.