Retrofit

A type-safe HTTP client for Android and the JVM
Alternatives To Retrofit
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Hoppscotch51,8401a day ago1March 22, 2022151mitTypeScript
👽 Open source API development ecosystem - https://hoppscotch.io
Okhttp44,08327,1422,318a day ago88June 27, 202286apache-2.0Kotlin
Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
Retrofit41,61927,3298182 days ago22May 20, 2020190apache-2.0Java
A type-safe HTTP client for Android and the JVM
Httpie27,8561,6454217 days ago55May 06, 2022146bsd-3-clausePython
🥧 HTTPie for Terminal — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
Guzzle22,51855,71319,63120 days ago138August 28, 202215mitPHP
Guzzle, an extensible PHP HTTP client
Aiohttp13,6187,3554,894a day ago220November 14, 2021498otherPython
Asynchronous HTTP client/server framework for asyncio and Python
Got13,074235,7156,42914 days ago162September 19, 202281mitTypeScript
🌐 Human-friendly and powerful HTTP request library for Node.js
Feign8,8393911892 days ago42July 21, 2022170apache-2.0Java
Feign makes writing java http clients easier
Http Prompt8,717712 months ago24March 05, 202153mitPython
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Node Fetch8,301219,66825,41016 days ago86July 31, 2022183mitJavaScript
A light-weight module that brings the Fetch API to Node.js
Alternatives To Retrofit
Select To Compare


Alternative Project Comparisons
Readme

Retrofit

A type-safe HTTP client for Android and Java.

For more information please see the website.

Download

Download the latest JAR or grab from Maven central at the coordinates com.squareup.retrofit2:retrofit:2.9.0.

Snapshots of the development version are available in Sonatype's snapshots repository.

Retrofit requires at minimum Java 8+ or Android API 21+.

R8 / ProGuard

If you are using R8 the shrinking and obfuscation rules are included automatically.

ProGuard users must manually add the options from retrofit2.pro. You might also need rules for OkHttp and Okio which are dependencies of this library.

License

Copyright 2013 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Popular Http Projects
Popular Http Client Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Http
Http Client
Proguard