Skip to content

feat(node-client): add function and provider template methods#6732

Merged
kaposke merged 2 commits into
masterfrom
gui/nan-6197-add-new-function-endpoints-to-node-client-sdk
Jul 10, 2026
Merged

feat(node-client): add function and provider template methods#6732
kaposke merged 2 commits into
masterfrom
gui/nan-6197-add-new-function-endpoints-to-node-client-sdk

Conversation

@kaposke

@kaposke kaposke commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Adds SDK methods to the node client for the public function endpoints (NAN-5480) that previously had no SDK coverage:

  • listFunctions — list an integration's deployed functions
  • getFunction — get a single deployed function
  • getFunctionCode — get a function's source code
  • deleteFunction — delete a deployed function
  • getProviderTemplates — list a provider's function templates

Includes reference docs for each method.

Review in cubic

@linear-code

linear-code Bot commented Jul 9, 2026

Copy link
Copy Markdown

NAN-6197

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@mintlify

mintlify Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
nango 🟢 Ready View Preview Jul 9, 2026, 6:24 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.


const response = await this.http.delete(url.href, { headers: this.enrichHeaders(headers) });
return response.data;
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are getting to a point where those functions could be all auto-generated from the endpoint definition

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah haha

@kaposke
kaposke added this pull request to the merge queue Jul 10, 2026
Merged via the queue into master with commit afa4910 Jul 10, 2026
35 checks passed
@kaposke
kaposke deleted the gui/nan-6197-add-new-function-endpoints-to-node-client-sdk branch July 10, 2026 15:09
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.

2 participants