lysine-dev/retrofit

Description: A type-safe HTTP client for Android and the JVM

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 hours ago
Added to GitGenius on June 21st, 2026
Created on September 6th, 2010
Open Issues & Pull Requests: 171 (+1)
GitHub issues: Enabled
Number of forks: 7,336
Total Stargazers: 43,918 (+0)
Total Subscribers: 1,537 (+0)

Issue Activity (beta)

Open issues: 11
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 1,162 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 4

Top labels

  • PR welcome (6)
  • Blocked (2)
  • Documentation (2)
  • OkHttp (2)

Most active issues this week

Repository Insights (GitGenius)

Median issue/PR response: 3.0 hours
Mean response time: 6.1 days
90th percentile: 22.1 days
Tracked items: 7

Most active contributors

Detailed Description

Retrofit is a type-safe HTTP client library developed by Square that enables developers to build REST API clients for Android and Java applications. The library provides a declarative approach to defining HTTP requests through Java interfaces, allowing developers to specify endpoints, request methods, parameters, and response types using annotations rather than writing boilerplate networking code. This annotation-driven design ensures compile-time type safety and reduces runtime errors when working with remote APIs.

The library is distributed through Maven Central under the coordinates com.squareup.retrofit2:retrofit:3.0.0, with development snapshots available from Sonatype's snapshots repository. Retrofit requires a minimum of Java 8 or Android API 21 to function. The project includes built-in support for R8 shrinking and obfuscation, with rules automatically included for users of that tool. ProGuard users must manually configure obfuscation rules from the retrofit2.pro file, and may also need to add rules for OkHttp, which serves as a dependency of the library.

According to GitGenius activity tracking, Retrofit maintains an active development and support cycle with a median issue and pull request response latency of 1.5 hours across 122 tracked items, though the mean response time extends to 697.5 hours, indicating some variance in handling different types of requests. The most frequently applied issue labels are Needs Info with 10 occurrences, Feature with 5 occurrences, and PR welcome with 5 occurrences, reflecting the project's engagement with community contributions and feature requests. Jake Wharton emerges as the dominant contributor and triager with 292 tracked events, followed by mhousser with 11 events and Goooler with 10 events, demonstrating concentrated maintainership.

The library's architecture supports asynchronous HTTP calls and integrates with various serialization converters, enabling seamless conversion between HTTP responses and Java objects. This makes it particularly valuable for Android development where network operations must be non-blocking, and for JVM applications requiring efficient API communication. The type-safe design means that API contracts are enforced at compile time rather than runtime, catching many integration errors before code execution.

Retrofit's influence extends across the broader Java ecosystem, as evidenced by overlapping contributors with other significant projects including pingcap/tidb, apache/pulsar, and material-components/material-components-android. This cross-project involvement suggests that Retrofit's design patterns and approaches have influenced HTTP client implementations and networking strategies in other major open-source initiatives. The library is licensed under the Apache License 2.0, making it freely available for both open-source and commercial use. Since its initial development in 2013, Retrofit has become a foundational tool in the Android development community and remains actively maintained with regular updates and community engagement.

retrofit
by
lysine-devlysine-dev/retrofit

Repository Details

Fetching additional details & charts...