forked from platypush/platypush
Fixed docstring
This commit is contained in:
parent
61d1abf6aa
commit
7f13e02803
1 changed files with 1 additions and 2 deletions
|
@ -61,6 +61,7 @@ class GithubPlugin(RunnablePlugin):
|
||||||
- ``notifications``
|
- ``notifications``
|
||||||
- ``read:org`` if you want to access repositories on organization level.
|
- ``read:org`` if you want to access repositories on organization level.
|
||||||
|
|
||||||
|
If neither ``repos`` nor ``org`` is specified then the plugin will monitor all new events on user level.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_base_url = 'https://api.github.com'
|
_base_url = 'https://api.github.com'
|
||||||
|
@ -76,8 +77,6 @@ class GithubPlugin(RunnablePlugin):
|
||||||
**kwargs,
|
**kwargs,
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
If neither ``repos`` nor ``org`` is specified then the plugin will monitor all new events on user level.
|
|
||||||
|
|
||||||
:param user: Github username.
|
:param user: Github username.
|
||||||
:param user_token: Github personal access token.
|
:param user_token: Github personal access token.
|
||||||
:param repos: List of repos to be monitored - if a list is provided then only these repositories will be
|
:param repos: List of repos to be monitored - if a list is provided then only these repositories will be
|
||||||
|
|
Loading…
Reference in a new issue