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: Typescript and Python SDK DX + v1 #580

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Nabhag8848
Copy link
Contributor

@Nabhag8848 Nabhag8848 commented May 28, 2024

Description

  • Generate SDK such that we have one client and can make request with that client.
  • Currently we need to have a repo, how can we improve on it.
  • Some endpoints are not working as expected solve that [ Resolved currently by skipping validation ]

Creation of New App doesn't include publicToken in db, create PR for that.

revert.connection
  .getAllConnections({
    xRevertApiToken: "", <- Currently here
    xApiVersion: "", <- currently here
  })
const revert = new RevertClient({
  environment: RevertEnvironment.Local,
 //  right over here for every methods
});

Fixes #

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Copy link

vercel bot commented May 28, 2024

@Nabhag8848 is attempting to deploy a commit to the OpenInt Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

github-actions bot commented May 28, 2024

Thank you for following the naming conventions for pull request titles! 🙏

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.

None yet

1 participant