Skip to content

Commit

Permalink
update query
Browse files Browse the repository at this point in the history
  • Loading branch information
jsroyal committed May 2, 2017
1 parent 379f53e commit c364c8a
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 43 deletions.
Binary file modified .gradle/2.14.1/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file modified .gradle/2.14.1/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/2.14.1/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file not shown.
Binary file modified .gradle/2.14.1/taskArtifacts/taskArtifacts.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
69 changes: 27 additions & 42 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/main/java/in/jsroyal/apiconsume/api/Service.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public interface Service {
@GET("/search/users")
Call<ItemResponse> getItems(
@Query("q") String location,
@Query("language") String language
@Query("q") String language
);
}

0 comments on commit c364c8a

Please sign in to comment.