infusionsoft icon indicating copy to clipboard operation
infusionsoft copied to clipboard

Missing examples in README

Open partydrone opened this issue 3 years ago • 3 comments

With the introduction of OAuth2 and REST support, it would be nice to see an example of:

  1. How to fetch the access token "on your own," as you say.
  2. How to instantiate and make a call to the REST API.

partydrone avatar Aug 10 '21 20:08 partydrone

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.

partydrone avatar Aug 10 '21 20:08 partydrone

Hi @partydrone.. I will add example. It currently is supported, but is not documented.

EDIT: needing to do this still

nateleavitt avatar Sep 22 '21 00:09 nateleavitt

@nateleavitt Can you write example how to switch to rest api and use it? thanks

moklokov avatar Jun 17 '24 11:06 moklokov