You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently rooms function queries the endpoint without any params, which returns the rooms that the bot has already joined. This is not particularly useful when !room join command is used to join a new room that the bot hasn't joined already.
The endpoint can be passed a query_parameter q, then it can return rooms that the bot hasn't joined as well
The text was updated successfully, but these errors were encountered:
meetmangukiya
added a commit
to meetmangukiya/err-backend-gitter
that referenced
this issue
Jun 23, 2017
- New parameter `query` is added to GitterBackend.rooms function. This parameter
is used while making a request to the rooms endpoint.
- `rooms` function is called with the room uri in in `query_rooms` function.
Closeserrbotio#21
- New parameter `query` is added to GitterBackend.rooms function. This parameter
is used while making a request to the rooms endpoint.
- `rooms` function is called with the room uri in in `query_rooms` function.
Closeserrbotio#21
Currently
rooms
function queries the endpoint without any params, which returns the rooms that the bot has already joined. This is not particularly useful when!room join
command is used to join a new room that the bot hasn't joined already.The endpoint can be passed a query_parameter
q
, then it can return rooms that the bot hasn't joined as wellThe text was updated successfully, but these errors were encountered: