1 Repo
Low-level management of Git data structures including blobs, trees, and tags.
Distinct from Git and GitHub Libraries: Focuses on manipulating raw Git objects rather than using the high-level API library for general integration.
Explore 1 awesome GitHub repository matching part of an awesome list · Object Management. Refine with filters or upvote what's useful.
Octokit.rb is a Ruby client library and REST API wrapper used to programmatically interact with GitHub. It provides a structured interface for automating workflows, managing repositories, and transforming raw HTTP responses into Ruby objects. The library differentiates itself through hypermedia-driven navigation, which uses URI templates and link relations to discover resources dynamically. It also implements automated result pagination to combine paginated responses into single arrays and uses fingerprint-based caching to reduce redundant network requests. The tool covers a broad range of c
Allows programmatic creation and retrieval of low-level Git blobs, directory trees, and tags.