Robin Guldener

Results 18 issues of Robin Guldener

Proposal to add the Nango native integrations framework to the Open-Source and Libraries sections. Let me know what you think :)

Adding Nango to the Frameworks/Runtimes section ## Type of change - [x] Add an entry to an existing category. - [ ] Remove an existing entry. _Provide rationale_ - [...

Add Nango to the projects section, let me know if there is anything that needs to be changed.

Add clarification that ESM is not supported in programmatic usage due to a limitation on node's side. See this discussion: https://github.com/TypeStrong/ts-node/discussions/1798 Because I just lost a good hour getting this...

## Objective When an HTTP call to the API fails due to a rate-limit error we want Nango to detect this and automatically implement an appropriate backoff strategy. ## Tasks...

enhancement

## Objective The current implementation of the Integrations configuration (both for auth and requests -> api_base_url) assumes that the URLs are static. However, there are a good number of APIs...

## Objective Make it easy to add a new integration by providing a command with the CLI for that. Could look like this: ```npx nango add-integration``` And maybe take optional...

enhancement
good first issue

## Objective If an action fails on the server because of some auth issue (e.g. access token revoked and we don't have a way to refresh it) there should be...

## Objective Automatically (and transparently) retry requests that initiate from `httpRequest` in NangoAction that time out. This probably indicates an issue with the external service and we should retry after...

enhancement

## Objective Make it easy to add a new action by providing a command with the CLI to add a new action for an existing Integration. Could look like this:...

enhancement
good first issue