-
Notifications
You must be signed in to change notification settings - Fork 74
Stories.API
Phips Peter edited this page Oct 22, 2014
·
5 revisions
Access to the Stories resource
Name | Type | Description |
---|---|---|
dispatcher |
Dispatcher | The API dispatcher |
- Source:
-
Creates a story on the task
Name Type Description taskId
Number The task id
data
Object The data for the story
- Source:
The result of the API call
- Type
- Promise
-
Returns the story
Name Type Argument Description storyId
Number The story id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Returns the stories on a task
Name Type Argument Description taskId
Number The task id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise