chargify / chargify_api_ares

A Chargify API wrapper for Ruby using ActiveResource
http://chargify.com
MIT License
161 stars 96 forks source link

Version of Chargify API being used #151

Closed amymarco closed 7 years ago

amymarco commented 7 years ago

I don't see a version being supplied anywhere. Is this gem using the lastest version of the Chargify REST API?

Thanks!

wsmoak commented 7 years ago

The Chargify API isn't versioned or gated, so all API calls, including via the gem, will get the same responses.

That said, the gem is a community maintained resource, so it's not guaranteed that it supports all of the available endpoints. If something changes in the API, it may take some time before someone submits a pull request to add it to the gem.

ivanovv commented 7 years ago

Chargify now has V1 and V2 keys, which one to use with this gem?

api_version

Edit:

Use V1

mwhagedorn commented 7 years ago

Yup use V1