everyaction.services.Stories

class everyaction.services.Stories(ea: EAClient)

Represents the Stories service.

Methods

create(**kwargs)

See POST /stories.

get(story_id, /)

See GET /stories/{storyId}.

create(**kwargs: EAValue) Story

See POST /stories.

Parameters

kwargs – The applicable query arguments and JSON data for the request. A Story is appropriate to unpack here.

Returns

The resulting Story object.

Keyword Arguments
get(story_id: int, /) Story

See GET /stories/{storyId}.

Parameters

story_id – The storyId path parameter.

Returns

The resulting Story object.