Skip to content
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

feat: add banking list categories endpoint #54

Merged
merged 3 commits into from
Feb 10, 2024
Merged

Conversation

tonyxiao
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Feb 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
venice 🔄 Building (Inspect) Visit Preview Feb 10, 2024 10:50am

Copy link

what-the-diff bot commented Feb 10, 2024

PR Summary

  • Export Statement Additions
    Two new export statements have been added for @opensdks/sdk-qbo in connector-qbo/index.ts and verticals/vertical-banking/index.ts files. This broadens the modules that are accessible to other parts of the codebase.

  • Introduction of New Data Type and Adapter
    A new data type QBOSDK has been implemented in the connector-qbo/server.ts file to serve a specific purpose tailored to the codebase's needs. Additionally, a new adapter, the qboAdapter, has been introduced in verticals/vertical-banking/adapters/qbo-adapter.ts, enhancing the connection between different software components.

  • Documentation Update
    A new file called banking-test.ts was added to the docs/samples directory which provides examples or test cases related to banking to help understand the functionality better.

  • New API Endpoint and Router Introduction
    A new API endpoint, /verticals/banking/category, has been added to kits/sdk/venice.oas.d.ts and kits/sdk/venice.oas.json files. This extends the application's capability to service requests concerning banking categories. Additionally, a new router createBankingRouter was added to engine-backend/router/index.ts to manage the traffic of network request related to the newly added banking section.

  • Additional Schemas and Function Updates
    New schemas - banking.category, viewer.verticals-banking-listCategories, and getViewer were integrated into kits/sdk/venice.oas.d.ts and kits/sdk/venice.oas.json files to enhance data structure definition. Also, the router function and createBankingRouter function were updated to incorporate the newly introduced endpoint and adapter respectively. Finally, the flatRouter variable was updated to include the new banking router.

@tonyxiao tonyxiao merged commit 121333b into main Feb 10, 2024
4 of 5 checks passed
@tonyxiao tonyxiao deleted the feat/list-categories branch February 10, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant