mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ Jackrudenko/unleashed (#827)
* Improve Google sheet path match, not you can use embedded object to get the path from * Add the Unleashed node in alphabet order in the package.json file to follow contribution guide requirements * ⚡ Improvements to Unleashed-Node * Implement pagination and fix date transformation from Unleashed to ISO Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
This commit is contained in:
@@ -48,7 +48,9 @@ export async function twitterApiRequestAllItems(this: IExecuteFunctions | ILoadO
|
||||
const returnData: IDataObject[] = [];
|
||||
|
||||
let responseData;
|
||||
|
||||
query.count = 100;
|
||||
|
||||
do {
|
||||
responseData = await twitterApiRequest.call(this, method, endpoint, body, query);
|
||||
query.since_id = responseData.search_metadata.max_id;
|
||||
|
||||
Reference in New Issue
Block a user