Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/district0/ZoomX into fix/…
Browse files Browse the repository at this point in the history
…share-issue
  • Loading branch information
iabdelgawaad committed May 29, 2019
2 parents dd74b4b + 3dc5d80 commit 59de6e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/main/java/com/zoomx/example/retrofit/ApiService.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
*/

public interface ApiService {

@GET("/users")
@Headers({
"X-Foo: Bar",
"X-Ping: Pong",
"Test: Eslam 1",
"Test: Eslam 2",
"Test: Eslam 3",
"Test: Eslam 4",
"Final: Ibrahim"
})
public io.reactivex.Observable<List<User>> getUsers(
@Query("per_page") int per_page,
Expand Down

0 comments on commit 59de6e0

Please sign in to comment.