{"id":35038068,"url":"https://github.com/fteem/marver","last_synced_at":"2025-12-27T08:04:11.599Z","repository":{"id":13794735,"uuid":"16490213","full_name":"fteem/marver","owner":"fteem","description":"Marver is a Ruby gem that makes it very easy to use Marvel's API.","archived":false,"fork":false,"pushed_at":"2015-03-08T15:05:54.000Z","size":665,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-07T22:54:22.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fteem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-03T19:26:38.000Z","updated_at":"2015-08-13T17:07:44.000Z","dependencies_parsed_at":"2022-08-21T00:20:18.606Z","dependency_job_id":null,"html_url":"https://github.com/fteem/marver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fteem/marver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fmarver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fmarver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fmarver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fmarver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fteem","download_url":"https://codeload.github.com/fteem/marver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fmarver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28075695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-27T08:04:00.511Z","updated_at":"2025-12-27T08:04:11.590Z","avatar_url":"https://github.com/fteem.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Marver\n======\n\n![TravisCI](https://travis-ci.org/fteem/marver.svg?branch=master)\n[![Code Climate](https://codeclimate.com/github/fteem/marver.png)](https://codeclimate.com/github/fteem/marver)\n\nMarver is an easy to use Ruby gem for [Marvel's API](http://developer.marvel.com/). \nIt contains wrappers around the API entities and provides a very easy interface to communicate \nwith the API. You can take a look at the usage examples below on how to use it.\n\nNote: I would recommend waiting for v1.0 before using the gem in production environment.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'marver'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install marver\n\n## Usage\n\n```ruby\nMarver.configure do |config|\n  config.public_key = 'your_public_key'\n  config.private_key = 'your_private_key'\nend\n\nclient = Marver::Client.new\nclient.characters.find_by_name 'Hulk'\nclient.series.find_by_title 'The Avengers'\nclient.events.find_by_title 'Fall of the mutants'\nclient.stories.find_by_title 'Name of a story'\nclient.comics.find_by_title 'Spiderman'\n```\n\nYou can read more about using this gem in the [wiki](https://github.com/fteem/marver/wiki).\n\n### Still on the TO DO list:\n- Summary collections pagination.\n  - Example: For a Comic that more than 20 Event summary objects (default amount fetched) the user should be able to step through them.\n- Error handling.\n- Inspect dependency graph?\n  - https://github.com/dcadenas/rubydeps\n\n#### Author\nIle Eftimov \u003cbr/\u003e\n[twitter](http://twitter.com/fteem)  [website](http://eftimov.net)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffteem%2Fmarver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffteem%2Fmarver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffteem%2Fmarver/lists"}