We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f295a commit d2d82eeCopy full SHA for d2d82ee
README.md
@@ -32,7 +32,7 @@ Add the required dependency to your project.
32
### 1. Define your API interface
33
34
```java
35
-public interface MyApi {
+public interface MyApiServices {
36
@GET("endpoint")
37
Call<MyResponse> getData();
38
}
0 commit comments