Code Monkey home page Code Monkey logo

marvel's People

Contributors

laurasimmons30 avatar o-i avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

marvel's Issues

Rspec tests crashing

There appears to be a problem with either gem dependencies or just how Rspec is set up in the gem. In any case, running rake spec returns

/Users/Raevynheart/Code/marvel/lib/marvel/connection.rb:1:in `require': cannot load such file -- faraday_middleware (LoadError)

as currently set up. Troubleshooting...

Add support for Etags

Most successful results will contain an “etag” attribute and ETag HTTP header with a digest of the returned content. In order to save bandwidth and make your application more performant, you may optionally pass an “if-none-match” HTTP header with that digest for subsequent requests to the same URL. If the content has not changed since the last request, the response code will return with an empty body and a 304/Not Modified HTTP header and you can use a previously-stored value for the content.

Key Conflict

When I attempt to run my program, I am getting the following:

You are setting a key that conflicts with a built-in method Hashie::Mash#count defined in Enumerable

Not sure what I am doing wrong.

Gem not loading when using Ruby 2.1.1

This just may be an issue with how I'm using RVM, but I get a LoadError when trying to require 'marvel_api':

/Users/Raevynheart/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- marvel_api (LoadError)
from /Users/Raevynheart/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from test.rb:1:in `<main>'

Investigating...

Expose raw response in request.rb

Allow the user to configure the client to get the raw JSON response returned by the Marvel API if desired. Additionally, a flag to exclude pagination metadata (limit, offset, count, total) would be nice. Again, instagram-ruby-gem (specifically, request.rb) seems to be a good role model for implementing this.

Removing faraday ~> 0.8.9 dependency causes crash

I thought I could relax the dependency. Apparently not:

/Users/Raevynheart/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:2000:in raise_if_conflicts': Unable to activate faraday_middleware-0.9.0, because faraday-0.9.0 conflicts with faraday (< 0.9, >= 0.7.4) (Gem::LoadError) from /Users/Raevynheart/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:1238:inactivate'
from /Users/Raevynheart/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems.rb:194:in rescue in try_activate' from /Users/Raevynheart/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems.rb:191:intry_activate'
from /Users/Raevynheart/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:132:in rescue in require' from /Users/Raevynheart/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144:inrequire'
from /Users/Raevynheart/Code/marvel/lib/marvel/connection.rb:1:in <top (required)>' from lib/marvel/client.rb:6:inrequire_relative'
from lib/marvel/client.rb:6:in `

'

Fixing...

Fix/update Travis build

I think the current convention is only to declare development dependencies for a Ruby gem in the Gemfile (but research). There is an issue with some of these dependencies and the Ruby versions no longer being compatible. Investigate the Travis failures and update accordingly.

Doing Anything with Output

This may sound like a silly question, but for those of us who aren't as familiar with the output of an API call, what exactly are we supposed to do with the material returned? If I want to actually get something useful out of this, what do I do with the output? I see everything is returned as some "Hashie::Mash" but how do I make that usable?

Return Marvel::<Entity> objects

Instead of returning an array of Hashie::Mash objects for every successful request, return the corresponding Marvel Entity. For example, if I make a call to v1/public/characters, I should get an array of Marvel::Character objects back.

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.