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
Since there's a V2 API now, might be worth documenting hipchat.HipChat(method=.., url=..) and the constructor might be simplified by just making it hipchat.HipChat(method=..., version=2)
The text was updated successfully, but these errors were encountered:
@dancrew32 I've talked to others who are looking for a similar feature so this is something I will look into this weekend or early next week; if you happen to have a PR I'd be happy to take a look and speed things along
First off, thanks for the module! Just have a quick suggestion for the project:
Looks like this could use some more-obvious API version switching documentation.
Didn't know
url=
kwarg was available until I read through https://github.com/kurttheviking/python-simple-hipchat/blob/master/hipchat/__init__.py#L7 and saw https://github.com/kurttheviking/python-simple-hipchat/blob/master/hipchat/__init__.py#L12-L13Since there's a V2 API now, might be worth documenting
hipchat.HipChat(method=.., url=..)
and the constructor might be simplified by just making ithipchat.HipChat(method=..., version=2)
The text was updated successfully, but these errors were encountered: