{"id":20331432,"url":"https://github.com/alvesjtiago/bitbuckit","last_synced_at":"2025-10-25T16:37:19.623Z","repository":{"id":56842915,"uuid":"178561112","full_name":"alvesjtiago/bitbuckit","owner":"alvesjtiago","description":"Ruby gem for the Bitbucket API.","archived":false,"fork":false,"pushed_at":"2019-04-01T17:55:30.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T21:08:22.424Z","etag":null,"topics":["bitbucket","gem","ruby","ruby-on-rails"],"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/alvesjtiago.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":"2019-03-30T13:20:22.000Z","updated_at":"2023-10-08T22:08:00.000Z","dependencies_parsed_at":"2022-09-01T09:02:59.271Z","dependency_job_id":null,"html_url":"https://github.com/alvesjtiago/bitbuckit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvesjtiago%2Fbitbuckit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvesjtiago%2Fbitbuckit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvesjtiago%2Fbitbuckit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvesjtiago%2Fbitbuckit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvesjtiago","download_url":"https://codeload.github.com/alvesjtiago/bitbuckit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480431,"owners_count":21110937,"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":["bitbucket","gem","ruby","ruby-on-rails"],"created_at":"2024-11-14T20:20:10.824Z","updated_at":"2025-10-25T16:37:19.533Z","avatar_url":"https://github.com/alvesjtiago.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitbuckit 💎\n\nRuby kit for the Bitbucket API v2.0.\n(This is still a work in progress and it's not ready for production use.)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'bitbuckit'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install bitbuckit\n\n## Usage\n\n```ruby\n# Set access_token retrieved via OAuth\nclient = Bitbuckit::Client.new(:access_token =\u003e '[personal_access_token]!')\n\n# Get information about the current logged in Bitbucket user\nclient.user\n\n# Get commits (1st page)\ncommits = bit.commits(\"atlassian\", \"atlassian-connect-express\")\n# Get next commits\nnext_commits = bit.get(bit.last_response.data.next)\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/alvesjtiago/bitbuckit.\n\n## Acknowledgements\n\nThis gem is heavily inspired by the [Octokit](https://github.com/octokit/octokit.rb) gem for GitHub.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvesjtiago%2Fbitbuckit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvesjtiago%2Fbitbuckit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvesjtiago%2Fbitbuckit/lists"}