Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@will-in-wi will-in-wi released this 06 Jun 21:42
· 64 commits to main since this release
c6830d4
  • Set up composer package
  • Make PSR-4 compatible
  • Move to namespace \Drip\Client
  • Pass account_id into client constructor (matches semantics of Ruby API client better)
  • Remove some client methods to reduce abstraction leakage:
    • \Drip\Client#make_request
    • \Drip\Client#get_request_info
    • \Drip\Client#get_error_message
    • \Drip\Client#get_error_code
    • \Drip\Client#_parse_error
  • Switch to Guzzle HTTP Client
  • Allow setting of API endpoint
  • Return response object instead of array.
  • Fairly complete test suite
  • Code coverage metrics
  • Linter