Giter Site home page Giter Site logo

ruby-client's People

Contributors

bobbytables avatar carlosplusplus avatar dthagard avatar georgebrock avatar hrs avatar klcrow avatar macat avatar mike-burns avatar ncherro avatar nnarh avatar rreinhardt9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ruby-client's Issues

stripe gem conflict

Im having a dependency conflict with rest_client and netrc via stripe. full error report is below. would bumping the rest-client version dependency up be possible?

    Bundler could not find compatible versions for gem "netrc":
      In Gemfile:
        namely (>= 0) ruby depends on
          rest_client (>= 0) ruby depends on
            netrc (~> 0.7.7) ruby

        stripe (>= 0) ruby depends on
          rest-client (~> 1.4) ruby depends on
            netrc (0.10.2)

Drop backports / old rubies?

Using Ruby 2.4.0, our Rails app spits out warnings from the backports gem, which is required by the namely gem:

/Users/oli/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/backports-3.6.8/lib/backports/1.8.7/fixnum/div.rb:1: warning: constant ::Fixnum is deprecated
/Users/oli/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/backports-3.6.8/lib/backports/1.8.7/fixnum/fdiv.rb:1: warning: constant ::Fixnum is deprecated
/Users/oli/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/backports-3.6.8/lib/backports/2.1.0/bignum/bit_length.rb:1: warning: constant ::Bignum is deprecated
/Users/oli/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/backports-3.6.8/lib/backports/2.1.0/fixnum/bit_length.rb:1: warning: constant ::Fixnum is deprecated

Looking at this repo I noticed the travis.yml also uses old version of Ruby:

rvm:
  - 1.9.3
  - jruby-19mode
  - 2.0.0
  - 2.1.3

Ruby 1.9.3 and 2.0.0 have now reached end-of-life status. Could they be dropped, along with backports?

RubyGems 2.4.5 raises warning about `rest_client`

The following warning is raised when using the Ruby Client in a project while on Ruby Gems 2.4.5:

WARNING: The rest_client gem is deprecated and will be removed from RubyGems. Please use rest-client gem instead.

504 GatewayTimeout returned while retrieving paged profiles

While using connection.profiles.all occasionally the namely API will return a 504 gateway timeout status while retrieving one of the pages. This raises an exception and derails the (sometimes lengthy) process of retrieving all of the paged results.

One possible solution would be to catch that exception and retry a few times before returning the error. PR example solution forthcoming...

Working with client identifier and client secret?

It seems like your Auth documentation recommends against using the permanent access token, but it doesn't appear that your gem supports any other method. Any clarification on why it doesn't support client identifier and secret as well as permanent access token?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.