Retrofit
Feign
Retrofit | Feign | |
---|---|---|
49 | 6 | |
43,453 | 9,647 | |
0.3% | 0.4% | |
8.9 | 9.7 | |
about 16 hours ago | about 13 hours ago | |
HTML | Java | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Retrofit
-
Energy-Efficient Schema-Driven Development with Spring WebMVC/WebFlux
At first, I thought it was just a knockoff of Retrofit (sorry...), but it turns out you can also use it as a controller interface. The *Exchange annotations in the earlier example come from this HTTP Interface.
- 2025년에 안드로이드 앱을 만들기
-
Using Retrofit Interceptors to check network connection in Android and testing it
from this point on, I will assume, you have a basic understanding of Retrofit. To get the most out of this tutorial I would actually suggest you have a retrofit client already implemented in your application.
-
Lets make a Twitch Android app. Part 1. App access tokens
Now you might think that in order to make the request we are going to use Retrofit but in reality we are going to be sending out an implicit intent like so:
-
Using OAuth2.0 and Retrofit to talk to the GitHub api on Android
This particular blog post will be us building on the information from the previous blog post and using the authorization code from the GitHub OAuth API in combination with Retrofit. To finally get a access token, which allows us to make requests to the API on a behalf of a user.
-
Show HN: Turn Your APIs into Swift Protocols
Hey HN!
If you're a fan of Swift you may have noticed that with WWDC 2023 came the (beta) release of macros. They're super powerful and expressive!
I've been wishing Swift had a [Retrofit](https://square.github.io/retrofit/) style API definition library for years, and with macros it seemed like this was now possible.
I'd like to show you all Papyrus, a library that turns your APIs into type-safe Swift protocols.
Would love to get your feedback.
https://github.com/joshuawright11/papyrus
-
Looking for android java developer mentor
When it comes to consuming APIs I can definitely recommend Retrofit. Hopefully that's enough to get you started on where to look!
-
Akka-HTTP in android
For Android you should use a more mobile friendly framework like Retrofit or if you use Kotlin you can use the multi-platform Ktor library with it's client module
-
Google play closed testing
for example https://square.github.io/retrofit/ have mentioned it in at the bottom. Similarly there maybe other rules for other dependencies. Usually I search the missing classes error in google and find some proguard rule for it.
-
What stack to use for app with functionality like event calendar?
Retrofit in combination with OkHttp for fetching data from server (which hopefully already exists)
Feign
-
How I practice TDD
A new, Feign client, to make the get request to https://example.com/themes. This client will expose a get() method.
-
Spring Feign Client
The actual project for feign is OpenFeign https://github.com/OpenFeign/feign . Spring comes with it's own starter . Add below dependency to the project
-
What should I do to help transition from ERP to Java development?
Find a community/project that interests you, I've gone with feign. Head on into the issues tab, and you'll see all the potential contributions you could make. Starting out, it's a good idea to search for tags like "bug", or "good first issue".
-
Client Library to Make HTTP Requests Look Like Regular Methods
Feign has support for what you're looking for. https://github.com/OpenFeign/feign/tree/master/jaxrs2
-
How does the community like the fact that Spring 5 goes "reactive" for restful?
feign-spring4 gives you a type safe client proxy of an interface annotated with Spring MVC annotations.
-
How are library developers expected to test multi-release jars?
At the risk of doxxing myself, I'm a contributer attempting to fix this issue with this pr. The project has existed for a while now, and since I'm not part of the openfeign team, so the final solution they end up using isn't up to me. So there's technical debt to deal with (how the project is built and tested currently) and whether or not multi-release jars are the best solution in this case.
What are some alternatives?
OkHttp - Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
Jersey - Eclipse Jersey Project - Read our Wiki:
unirest-java - Unirest in Java: Simplified, lightweight HTTP client library.
RESTEasy - An Implementation of the Jakarta RESTful Web Services Specification
Swagger - The content of swagger.io