infusionsoft
infusionsoft copied to clipboard
Missing examples in README
With the introduction of OAuth2 and REST support, it would be nice to see an example of:
- How to fetch the access token "on your own," as you say.
- How to instantiate and make a call to the REST API.
I currently work with a legacy Rails application that makes calls to the Infusionsoft API. The implementation was poorly done and I want to replace everything with this gem. The OAauth2 tokens are currently stored in and retrieved from the app database. It would be nice to see an example of how you authenticate your gem against Infusionsoft in a Rails app.
Hi @partydrone.. I will add example. It currently is supported, but is not documented.
EDIT: needing to do this still
@nateleavitt Can you write example how to switch to rest api and use it? thanks