Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks url when request contains [ ] #22

Closed
chowaikong opened this issue May 18, 2017 · 2 comments
Closed

Breaks url when request contains [ ] #22

chowaikong opened this issue May 18, 2017 · 2 comments
Labels

Comments

@chowaikong
Copy link

I'm defining:

@GET("www.api.com/get/")
Call getRequest(@Query("key[one]")  String one)

When printing URL in the logcat. it goes like this http://www.api.com/get/key[one]=one, the clickable part is http://www.api.com/get/key, and it stopped, so it's not a fully clickable url in my case, can it be fixed? Thanks.

@chowaikong chowaikong changed the title Breaks url when request contains [] Breaks url when request contains [ ] May 18, 2017
@ihsanbal
Copy link
Owner

Not relevant to the library, It's relevant to the logcat.

ihsanbal added a commit that referenced this issue Jul 18, 2017
@ihsanbal ihsanbal mentioned this issue Jul 20, 2017
@ihsanbal
Copy link
Owner

fixed with #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants