{"id":20319335,"url":"https://github.com/hassanakbar/trackunit","last_synced_at":"2025-04-11T18:20:45.693Z","repository":{"id":36289984,"uuid":"207790034","full_name":"HassanAkbar/trackunit","owner":"HassanAkbar","description":"TrackUnit REST API - Ruby","archived":false,"fork":false,"pushed_at":"2024-12-26T08:25:15.000Z","size":121,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T02:27:50.118Z","etag":null,"topics":["api-client","api-wrapper","rest-api","ruby","ruby-gem","trackunit","trackunit-api"],"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/HassanAkbar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-11T10:57:13.000Z","updated_at":"2024-12-26T08:25:12.000Z","dependencies_parsed_at":"2023-12-07T13:27:28.149Z","dependency_job_id":"accc829f-dd6d-41f6-85c9-506b1413e96f","html_url":"https://github.com/HassanAkbar/trackunit","commit_stats":{"total_commits":83,"total_committers":4,"mean_commits":20.75,"dds":0.5180722891566265,"last_synced_commit":"480377627b38bd6d314011ea95490ac30e998bf5"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HassanAkbar%2Ftrackunit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HassanAkbar%2Ftrackunit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HassanAkbar%2Ftrackunit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HassanAkbar%2Ftrackunit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HassanAkbar","download_url":"https://codeload.github.com/HassanAkbar/trackunit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248456384,"owners_count":21106606,"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-client","api-wrapper","rest-api","ruby","ruby-gem","trackunit","trackunit-api"],"created_at":"2024-11-14T18:46:01.445Z","updated_at":"2025-04-11T18:20:45.656Z","avatar_url":"https://github.com/HassanAkbar.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TrackUnit Ruby\n\n[![Build Status](https://travis-ci.com/HassanAkbar/trackunit.svg?branch=master)](https://travis-ci.com/HassanAkbar/trackunit) [![CodeFactor](https://www.codefactor.io/repository/github/hassanakbar/trackunit/badge)](https://www.codefactor.io/repository/github/hassanakbar/trackunit)\n\nThis library is designed to help ruby/rails based applications communicate with the publicly available REST API for Trackunit.\n\n\nIf you are unfamiliar with the Trackunit REST API, you should first read the documentation located at https://dev.trackunit.com/.\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'trackunit'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install trackunit\n\n## Basic Usage\n```ruby\nrequire 'rubygems'\nrequire 'trackunit'\n\n# Create client (used to communicate with the API).\nclient = TrackUnit::Client.new(YOUR_TRACKUNIT_TOKEN)\n\n# Retrieve list of Units (note: all communication must be made through the client).\nunits = client.units\n```\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## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/HassanAkbar/trackunit. 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## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Trackunit project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/HassanAkbar/trackunit/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassanakbar%2Ftrackunit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhassanakbar%2Ftrackunit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassanakbar%2Ftrackunit/lists"}