Add --test Flag to Fetch Only the First Page of Results
#10
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nick/753-Data-Sync#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/add-test-flag-for-first-page-results"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
This pull request introduces a new command-line argument
--testto the data synchronization script, allowing users to fetch only the first page of results from the API. This feature is designed for testing and debugging purposes, enabling developers to quickly verify functionality without processing the entire dataset.Key Changes:
--testflag to theparse_argumentsfunction.mainfunction to break after the first page when the--testflag is enabled.Testing:
--testflag.This PR is ready for review and merging.