Stories v0.1.1 Stories.Resource View Source

All Stories requests require authorization headers. These can be set by deafult in your config file:

Example Config

config :stories,
  api_key: "your api key"

The authorization headers can be customized for each request using the following options provided as a keyword list in each resource function:

Shared Authorization Options

  • :access_token - Required. Accepts string. Can be set in config

Link to this section Summary

Link to this section Functions