useshortcut / shortcut-client-js

The official JavaScript client library for the Shortcut (formerly Clubhouse) REST API.
https://useshortcut.github.io/shortcut-client-js/
133 stars 31 forks source link

Support includes_description in listStories #94

Closed charpeni closed 3 years ago

charpeni commented 3 years ago

Resolves #80.

List Stories is returning an array of StorySlim and by default, the description field isn't included. We can support this by passing includes_description as an argument.