Skip to content

Commit

Permalink
feat(HTTP Request Node): Add pagination support (#5993)
Browse files Browse the repository at this point in the history
Is still WIP and does not implement the correct UI yet.

Github issue / Community forum post (link here to close automatically):
https://community.n8n.io/t/pagination-included-into-http-node/15080

https://community.n8n.io/t/how-to-paginate-through-data-in-http-requests/28103
  • Loading branch information
janober authored Nov 1, 2023
1 parent 9bdb85c commit cc2bd2e
Show file tree
Hide file tree
Showing 7 changed files with 2,392 additions and 222 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const CUSTOM_EXTENSION_ENV = 'N8N_CUSTOM_EXTENSIONS';
export const PLACEHOLDER_EMPTY_EXECUTION_ID = '__UNKNOWN__';
export const PLACEHOLDER_EMPTY_WORKFLOW_ID = '__EMPTY__';
export const HTTP_REQUEST_NODE_TYPE = 'n8n-nodes-base.httpRequest';

export const CUSTOM_NODES_CATEGORY = 'Custom Nodes';

Expand Down
Loading

0 comments on commit cc2bd2e

Please sign in to comment.