AS a developer, I want to be able to control the limit variable used in the Reddit API call #137
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Total time spent: 28 minutes 44 seconds
Due date
Vylpes
28 minutes 44 seconds
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/random-bunny#137
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Epic:
Story Points: 3
SO THAT I can limit the amount that it fetches
Acceptance Criteria
AS a developer
GIVEN I don't supply a limit
WHEN I run the function
THEN the limit will default to 100
AS a developer
GIVEN I supply a limit
AND the limit is less than 100
AND the limit is greater than 0
WHEN I run the function
THEN the limit will be set
AS a developer
GIVEN I supply a limit
AND the limit is greater than 100
OR the limit is less than 1
WHEN I run the function
THEN the function will error
AS a developer
GIVEN I supply a limit via a
--limit=x
switchWHEN I run the CLI
THEN the limit will be set to
x
Subtasks
Notes
100
Add ability to control the limitto AS a developer, I want to be able to control the limit variable used in the Reddit API call