{"id":28385323,"url":"https://github.com/ahtung/parasut","last_synced_at":"2025-06-26T06:32:20.722Z","repository":{"id":56887445,"uuid":"66656033","full_name":"ahtung/parasut","owner":"ahtung","description":"A ruby gem for the paraşüt API","archived":false,"fork":false,"pushed_at":"2016-09-18T18:23:41.000Z","size":195,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T12:11:40.369Z","etag":null,"topics":["gem","ruby"],"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/ahtung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-26T14:54:45.000Z","updated_at":"2019-03-21T13:06:37.000Z","dependencies_parsed_at":"2022-08-21T00:50:46.498Z","dependency_job_id":null,"html_url":"https://github.com/ahtung/parasut","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/ahtung/parasut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahtung%2Fparasut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahtung%2Fparasut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahtung%2Fparasut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahtung%2Fparasut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahtung","download_url":"https://codeload.github.com/ahtung/parasut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahtung%2Fparasut/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262014823,"owners_count":23245210,"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","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":["gem","ruby"],"created_at":"2025-05-30T10:30:36.537Z","updated_at":"2025-06-26T06:32:20.714Z","avatar_url":"https://github.com/ahtung.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parasut\n\n[![Build Status](https://travis-ci.org/ahtung/parasut.svg?branch=master)](https://travis-ci.org/ahtung/parasut)\n[![Coverage Status](https://coveralls.io/repos/github/ahtung/parasut/badge.svg?branch=master)](https://coveralls.io/github/ahtung/parasut?branch=master)\n[![Gem Version](https://badge.fury.io/rb/parasut.svg)](https://badge.fury.io/rb/parasut)\n\nYou can sign up for an parasut account at https://www.parasut.com/\n\n## Dependencies\n\n- her\n- kaminari\n\n## Requirements\n\n* Ruby 2.0.0 or newer\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'parasut'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install parasut\n\n## Usage\n\nCreate an initializer for Parasut options.\n```\n  require 'parasut'\n\n  # config/initializers/parasut.rb\n  Parasut.options do |option|\n    option.client_id = 'client_id'\n    option.client_secret = 'client_secret'\n    option.username = 'username'\n    option.password = 'password'\n    option.company_id = 'company_id'\n  end\n```\n\nAfterwards you can call a model:\n\n    account = Parasut::Account.find(1)\n    puts account.inspect\n\n    contacts = Parasut::Contact.all\n    puts contacts.inspect\n\n    account.destroy\n\n\n## ENVs\n\n- PARASUT_CLIENT_ID\n- PARASUT_CLIENT_SECRET\n- PARASUT_USERNAME\n- PARASUT_PASSWORD\n- PARSUT_COMPANY_ID\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Test\n\n    rspec\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ahtung/parasut. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahtung%2Fparasut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahtung%2Fparasut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahtung%2Fparasut/lists"}