-
Notifications
You must be signed in to change notification settings - Fork 575
feat(integrations): add statista provider #4860
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
Conversation
| type: string | ||
| title: API Key | ||
| description: The API key for your Statista account | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Diginut-GmbH Could you please add an example and a pattern. You can refer to algolia as an example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hassan254-prog I added the example and pattern. Thanks for the feedback!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, small comment inline otherwise looks good.
This PR adds support for Statista integration.
Introduce Statista as a First-Class Data Provider
This PR adds native support for the market-research platform Statista. By registering the provider in providers.yaml, bundling branded assets, and adding full documentation, customers can now create a Statista connection with only an API key and immediately query its allow-listed endpoints. The change is additive and does not modify any existing runtime logic or SDK contracts, so it is non-breaking while broadening the catalogue of available data sources.
Key Changes
• Registered Statista in packages/providers/providers.yaml with base URL, auth header, allow-listed endpoints, and health-check route
• Added statista.svg for catalogue and setup UI branding
• Created end-to-end MDX documentation and updated docs.json; regenerated SDK snippet pages
Affected Areas
• Provider registry (providers.yaml)
• Static assets (statista.svg)
• Documentation site (MDX docs, docs.json, auto-generated SDK pages)
This summary was automatically generated by @propel-code-bot