Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.13 KB

File metadata and controls

26 lines (22 loc) · 1.13 KB

Amazon Ads Ruby SDK

Commands

  • Test: bundle exec rake test
  • Lint: bundle exec rake rubocop
  • Type check: bundle exec rake steep
  • All checks: bundle exec rake
  • Generate rbs: bundle exec rake rbs

Style

  • Inline RBS
  • git: 50/72
  • No emojis, em dashes

Design

  • All files in lib/amazon_ads/apis/ are auto-generated; never hand-edit them
  • Stateless LWA: each call to LWA#request hits the token endpoint; the caller owns token caching
  • API classes take access_token directly; no in-process token management

References