Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Hoppscotch | 51,840 | 1 | a day ago | 1 | March 22, 2022 | 151 | mit | TypeScript | ||
👽 Open source API development ecosystem - https://hoppscotch.io | ||||||||||
Okhttp | 44,083 | 27,142 | 2,318 | a day ago | 88 | June 27, 2022 | 86 | apache-2.0 | Kotlin | |
Square’s meticulous HTTP client for the JVM, Android, and GraalVM. | ||||||||||
Retrofit | 41,619 | 27,329 | 818 | 2 days ago | 22 | May 20, 2020 | 190 | apache-2.0 | Java | |
A type-safe HTTP client for Android and the JVM | ||||||||||
Httpie | 27,856 | 1,645 | 42 | 17 days ago | 55 | May 06, 2022 | 146 | bsd-3-clause | Python | |
🥧 HTTPie for Terminal — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. | ||||||||||
Guzzle | 22,518 | 55,713 | 19,631 | 20 days ago | 138 | August 28, 2022 | 15 | mit | PHP | |
Guzzle, an extensible PHP HTTP client | ||||||||||
Aiohttp | 13,618 | 7,355 | 4,894 | a day ago | 220 | November 14, 2021 | 498 | other | Python | |
Asynchronous HTTP client/server framework for asyncio and Python | ||||||||||
Got | 13,074 | 235,715 | 6,429 | 14 days ago | 162 | September 19, 2022 | 81 | mit | TypeScript | |
🌐 Human-friendly and powerful HTTP request library for Node.js | ||||||||||
Feign | 8,839 | 391 | 189 | 2 days ago | 42 | July 21, 2022 | 170 | apache-2.0 | Java | |
Feign makes writing java http clients easier | ||||||||||
Http Prompt | 8,717 | 7 | 1 | 2 months ago | 24 | March 05, 2021 | 53 | mit | Python | |
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 Fetch | 8,301 | 219,668 | 25,410 | 16 days ago | 86 | July 31, 2022 | 183 | mit | JavaScript | |
A light-weight module that brings the Fetch API to Node.js |
A type-safe HTTP client for Android and Java.
For more information please see the website.
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+.
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.
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.