-
Notifications
You must be signed in to change notification settings - Fork 75
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 taskIdNumber The task id
dataObject The data for the story
- Source:
The result of the API call
- Type
- Promise
-
Returns the story
Name Type Argument Description storyIdNumber The story id
paramsObject <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 taskIdNumber The task id
paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise