You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce shouldRetry Flag for Automatic 429 Retry Handling (#30)
* introducing `shouldRetry`
* Limiting retryal only for 429 responses
* changelog and readme update for `shouldRetry`
Improving Story management (#29)
- Story management improvements:
- Adding `publish` parameter in `create()` method for publishing the story immediatly
- Adding `releaseId` parameter in the `create()` method for creating the story in a specific release
- Adding getter and setter method for parent folder in Story. `setFolderId()` and `folderId()`