Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://square.github.io/retrofit/
A type-safe HTTP client for Android and the JVM
https://square.github.io/retrofit/
android java
Last synced: 28 days ago
JSON representation
A type-safe HTTP client for Android and the JVM
- Host: GitHub
- URL: https://square.github.io/retrofit/
- Owner: square
- License: apache-2.0
- Created: 2010-09-06T21:39:43.000Z (over 14 years ago)
- Default Branch: trunk
- Last Pushed: 2024-05-25T18:00:41.000Z (8 months ago)
- Last Synced: 2024-05-29T02:30:28.881Z (8 months ago)
- Topics: android, java
- Language: HTML
- Homepage: https://square.github.io/retrofit/
- Size: 4.59 MB
- Stars: 42,700
- Watchers: 1,571
- Forks: 7,279
- Open Issues: 149
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-android - Retrofit - Retrofit turns your REST API into a Java interface. (Libraries / REST)
- awesome-java - Retrofit - Typesafe REST client. (Projects / HTTP Clients)
- Virtualization-Emulation-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools, Libraries, and Frameworks / Interfaces)
- Apache-Spark-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools, Libraries, and Frameworks)
- Bioinformatics-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Tools)
- Android-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Tools / VS Code Extensions for Developer Productivity)
- Oracle-Cloud-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Tools)
- Apache-Kafka-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools, Libraries, and Frameworks)
- Apache-Airflow-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools, Libraries, and Frameworks)
- Blockchain-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools and Frameworks / E-Books)
- ARM-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Tools)
- VMware-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Tools)
- Parallel-Computing-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools, Libraries, and Frameworks)
- macOS-iOS-iPadOS-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools / Objective-C Tools, Libraries, and Frameworks)
- VSCode-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools and Frameworks / JavaScript Libraries for Machine Learning)
- NLP-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools and Frameworks)
- Developer-Handbook - Retrofit - safe HTTP client for Android and Java develped by Square. (Tools / Mesh networks)
- awesome-api-devtools - Retrofit - safe HTTP client for Android and Java. (API Client Development Tools / Java)
- Distributed-Systems-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools, Libraries, and Frameworks)
- APIs-tools-collection - Retrofit - safe HTTP client for Android and Java. (API Client Development Tools / Java)
- IoT-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools & Frameworks / In-memory data grids)
- Self-Hosting-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Java Tools & Frameworks / In-memory data grids)
- awesome-java-zh - Retrofit - Typesafe REST客户端。 (项目 / HTTP客户端)
- AWS-Guide - Retrofit - safe HTTP client for Android and Java develped by Square. (Tools / Interfaces)
- mobile-guide - Retrofit
README
Retrofit
========A type-safe HTTP client for Android and Java.
For more information please see [the website][1].
Download
--------Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.11.0`.
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
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][proguard file].
You might also need [rules for OkHttp][okhttp proguard] which is a dependency 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 athttp://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.[1]: https://square.github.io/retrofit/
[2]: https://search.maven.org/remote_content?g=com.squareup.retrofit2&a=retrofit&v=LATEST
[snap]: https://s01.oss.sonatype.org/content/repositories/snapshots/
[proguard file]: https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/retrofit2.pro
[okhttp proguard]: https://square.github.io/okhttp/r8_proguard/
[okio proguard]: https://square.github.io/okio/#r8-proguard