Skip to content

Commit

Permalink
add facets参数
Browse files Browse the repository at this point in the history
  • Loading branch information
donglua committed Apr 27, 2016
1 parent 94b7743 commit 6b7dcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/zoomeye/demo/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class MainActivity extends AppCompatActivity {
.addCallAdapterFactory(RxJavaCallAdapterFactory.createWithScheduler(Schedulers.io()))
.build();
final ZoomEyeApiService service = retrofit.create(ZoomEyeApiService.class);
service.login(new LoginRequest("[email protected]", "oooo0000"))
service.login(new LoginRequest("YOUR EMAIL", "YOUR PASSWORD"))
.observeOn(AndroidSchedulers.mainThread())
.subscribe(new Action1<Response<AccessToken>>() {
@Override public void call(Response<AccessToken> response) {
Expand Down

0 comments on commit 6b7dcd7

Please sign in to comment.