-
Notifications
You must be signed in to change notification settings - Fork 612
feat(integrations): add support for modmed #5251
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
base: master
Are you sure you want to change the base?
Conversation
🤖 My Senior Dev — Analysis Complete👤 For @hassan254-prog📁 Expert in View your contributor analytics → 📊 8 files reviewed • 4 need attention
🚀 Open Interactive Review →The full interface unlocks features not available in GitHub:
💬 Chat here: 📖 View all 12 personas & slash commandsYou can interact with me by mentioning In PR comments or on any line of code:
Slash commands:
AI Personas (mention to get their perspective):
For the best experience, view this PR on myseniordev.com — includes AI chat, file annotations, and interactive reviews. |
Describe the problem and your solution
Add ModMed provider configuration and documentation
Introduces first-party support for the
modmedprovider by defining its two-step password grant, required headers, proxy defaults, and schema metadata inpackages/providers/providers.yaml. The docs site gains a full quickstart, connection guide, navigation entry, generated snippet placeholders, and a new logo asset so the integration surfaces in the catalog.Key Changes
• Registered
modmedinpackages/providers/providers.yamlwith token URL, headers, proxy base URL, response mappings, and connection/credential field definitions• Authored integration guides at
docs/api-integrations/modmed.mdxanddocs/api-integrations/modmed/connect.mdx, plus generated snippet stubs underdocs/snippets/generated/modmed• Added ModMed branding asset
packages/webapp/public/images/template-logos/modmed.svgand inserted the docs navigation link viadocs/docs.jsonAffected Areas
•
packages/providers/providers.yaml•
docs/api-integrations/modmed.mdx•
docs/api-integrations/modmed/connect.mdx•
docs/snippets/generated/modmed/PreBuiltTooling.mdx•
docs/docs.json•
packages/webapp/public/images/template-logos/modmed.svgThis summary was automatically generated by @propel-code-bot