revertinc / revert

Revert makes it incredibly easy to build integrations with any third party API
https://revert.dev
GNU Affero General Public License v3.0
948 stars 74 forks source link

feat: Typescript and Python SDK DX + v1 #580

Open Nabhag8848 opened 6 months ago

Nabhag8848 commented 6 months ago

Description

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.

Checklist:

vercel[bot] commented 6 months ago

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

A member of the Team first needs to authorize it.

github-actions[bot] commented 6 months ago

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