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

Feature/rooms users extended search #33

Conversation

asantibanez
Copy link

Added Room/Users extended search parameters according to Gitter API.

  • "q": searchQuery
  • "skip": records to skip
  • "limit": record limit

Parameters Implemented as requested using an object to encapsulate parameters. Class name is RoomUsersRequestParams.

Implementation added for Sync, Async and Rx libraries.

@asantibanez
Copy link
Author

@amatkivskiy

Could not add tests due to not understanding of setup of local mock server. I will be very happy to include tests. Can you point me in the right direction. Thanks?

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 14.407% when pulling b5aa567 on asantibanez:feature/rooms-users-extended-search into 8042b21 on Gitteroid:dev.

@amatkivskiy
Copy link
Member

amatkivskiy commented Oct 18, 2016

@asantibanez please see PR #34 . I've extracted common gitter request parameters to separate class so it can be used for any request.

You can look on Chat Messages request as the example of passing params to the request

@amatkivskiy
Copy link
Member

@asantibanez Any updates on this?

@amatkivskiy
Copy link
Member

@asantibanez I am closing this PR as there is no activity for more than a year.

@amatkivskiy amatkivskiy closed this Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants