{"id":15612401,"url":"https://github.com/jpalumickas/ivapi","last_synced_at":"2025-04-28T17:21:25.438Z","repository":{"id":5388838,"uuid":"6577256","full_name":"jpalumickas/ivapi","owner":"jpalumickas","description":"Ruby gem which helps to communicate with iv.lt API","archived":false,"fork":false,"pushed_at":"2021-01-16T14:32:47.000Z","size":656,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T18:33:23.853Z","etag":null,"topics":["api","dedikuoti-lt","hacktoberfest","iv-lt","ruby","serveriai-lt"],"latest_commit_sha":null,"homepage":"https://jpalumickas.com/ivapi","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/jpalumickas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-07T10:11:18.000Z","updated_at":"2023-03-07T12:55:19.000Z","dependencies_parsed_at":"2022-09-14T11:24:00.122Z","dependency_job_id":null,"html_url":"https://github.com/jpalumickas/ivapi","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Fivapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Fivapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Fivapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Fivapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpalumickas","download_url":"https://codeload.github.com/jpalumickas/ivapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251352638,"owners_count":21575865,"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":["api","dedikuoti-lt","hacktoberfest","iv-lt","ruby","serveriai-lt"],"created_at":"2024-10-03T06:42:33.398Z","updated_at":"2025-04-28T17:21:25.422Z","avatar_url":"https://github.com/jpalumickas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ivapi\n\nGem which helps to communicate with Interneto vizija [https://www.iv.lt][iv.lt] ([https://wwww.dedikuoti.lt][dedikuoti.lt]) API.\n\n[![Gem Version](https://img.shields.io/gem/v/ivapi.svg?style=flat-square)][rubygems]\n[![Coverage Status](https://img.shields.io/codecov/c/github/jpalumickas/ivapi?style=flat-square)][codecov]\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```rb\ngem 'ivapi'\n```\n\nAnd then execute:\n```sh\n$ bundle\n```\n\nOr install it yourself as:\n\n```sh\n$ gem install ivapi\n```\n\n## Usage\n\n\u003e The Ivapi Wiki has lots of additional information about this gem including many examples. Please browse the Wiki at:\nhttps://github.com/jpalumickas/ivapi/wiki\n\nCreate a new account at https://klientams.iv.lt/users.php with description \"API\".\n\n### Authentication\n```rb\nclient = Ivapi::Client.new(username: 'foo', password: 'bar')\n```\n\nOr create file under `config/initializers/ivapi.rb`\n\n```rb\nIvapi.configure do |config|\n  config.username = 'foo'\n  config.password = 'bar'\nend\n```\n\n### Account information\n\nBasic information\n```rb\nIvapi.account.information\n```\n\nOrders\n```rb\nIvapi.account.orders\n```\n\n### Server information\n\nBasic information\n```rb\nIvapi.server.information\n```\n\n\n## Supported Ruby Versions\n\nThis library aims to support and is [tested against][github_actions] the following Ruby\nversions:\n\n* Ruby 2.5.0\n* Ruby 2.6.0\n* Ruby 2.7.0\n* Ruby 3.0.0\n\n## License\n\nThe package is available as open source under the terms of the [MIT License][license].\n\n[rubygems]: https://rubygems.org/gems/ivapi\n[codecov]: https://codecov.io/gh/jpalumickas/ivapi\n[github_actions]: https://github.com/jpalumickas/ivapi/actions\n\n[iv.lt]: https://www.iv.lt\n[dedikuoti.lt]: https://www.dedikuoti.lt\n[license]: https://raw.githubusercontent.com/jpalumickas/ivapi/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpalumickas%2Fivapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpalumickas%2Fivapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpalumickas%2Fivapi/lists"}