Hemslo Wang
73236e231a
Close connections after use ( #2724 )
2023-08-31 20:01:08 +02:00
Soren Ptak
2cc1ba2ccb
Fix pip install command in README.md ( #2731 )
2023-08-21 07:55:35 +02:00
Enrico Minack
006766f985
Link to stable docs, update introduction in package used by pypi, move auth arg front ( #2557 )
2023-06-20 15:04:04 +02:00
Enrico Minack
fc2d0e150a
Add authentication classes, move auth logic there ( #2528 )
...
This adds argument `auth` and deprecates `login_or_token`, `password`, `jwt`, and `app_auth` arguments of `github.Github`.
This adds argument `auth` and deprecates `integration_id`, `private_key` of `github.GithubIntegration`.
This deprecates the `create_jwt` method of `github.GithubIntegration`, replaced by `github.Auth.AppAuth.create_jwt`.
2023-06-08 09:17:25 +02:00
Steve Kowalik
babcbcd04f
Update most URLs to docs.github.com ( #1896 )
...
Now that GitHub have moved their documentation from
developer.github.com, we should update our links. I have also tried to
update the call strings to their new format, but since it was done via
regex, some of them may not match exactly.
2021-03-26 20:43:48 +11:00
Steve Kowalik
55d98373d8
No longer show username and password examples ( #1866 )
...
With GitHub moving away from allowing authentication to the API using an
username and password, update our documentation to remove it and rely on
tokens. Perhaps we should link to how to create an API token, but that
can be addressed later.
Fixes #1851
2021-03-08 13:13:22 +11:00
Liuyang Wan
416f2d0f2e
Various Github Action improvement ( #1610 )
2020-07-27 12:15:38 +08:00
Liuyang Wan
bde936b736
Update Travis badge with Github Action badge
2020-04-26 15:00:58 +08:00
Liuyang Wan
6a6e7c2614
Deprecate Gitter and add slack badge with auto invitation
2020-04-26 11:18:57 +08:00
Steve Kowalik
b7894ea00c
Drop Python 2 support ( #1329 )
...
With the Python 2 deadline gone, it's time to move with the times and
switch to Python 3 only.
2020-01-06 18:01:38 +11:00
Bharat Raghunathan
e1537f79bc
Update link to GitHub Enterprise in README ( #1324 )
2019-12-27 12:08:57 +11:00
Wan Liuyang
6ceb9e9a15
Apply black to whole codebase ( #1303 )
2019-12-10 17:14:33 +08:00
Wan Liuyang
4c0b54c0c6
Add code coverage ( #1090 )
...
* Add codecov to travis
* Add badge
2019-04-15 10:44:06 +08:00
Wan Liuyang
080d807552
Add sphinx setup instruction
2018-08-20 15:51:32 +08:00
Wan Liuyang
5eb3ce517c
HTTPS for readthedocs everywhere
2018-08-19 10:52:38 +08:00
Wan Liuyang
de6c2ec4e2
Add GHE simple sample
2018-04-26 14:35:39 +08:00
The Gitter Badger
9d1a7b13aa
Add a Gitter chat badge to README.md ( #728 )
...
* Add Gitter badge
* Update README.md
2018-03-09 17:26:50 +08:00
Wan Liuyang
d6866ad186
Add codetriage badge
2018-03-09 16:15:49 +08:00
Wan Liuyang
99d9e3b092
Using latest version of doc for badge
2018-03-01 18:04:04 +08:00
Daniel Quinn
c5988c3980
Use print() syntax in README ( #681 )
...
Since 2.7 supports this syntax as well, this will help not to confuse new people.
2018-01-05 11:49:25 -08:00
Daniel Quinn
3726f686f9
Add PyPI badge and installation instructions to README ( #682 )
2018-01-05 11:42:21 -08:00
Wan Liuyang
c33a388395
Doc create instance from token ( #667 )
2017-12-07 20:01:03 -08:00
Hugo
15cdc2f8fd
Remove broken downloads badge ( #644 )
...
See https://github.com/badges/shields/issues/716
2017-11-27 14:28:09 -08:00
Jimmy Zelinskie
70e6e8bb5d
Merge pull request #499 from gamefiend/qhm-docs
...
An easier to see link to the documentation in response to issue #480 .
2016-12-27 21:09:00 -05:00
James Broadhead
5b0224e868
Fix README instructions
2016-12-19 15:26:35 +00:00
Quinn Murphy
6039a4b0be
An easier to see link to the documentation in response to issue #480 .
2016-12-01 18:32:48 -05:00
Jimmy Zelinskie
be2e98b64f
update project files
2016-06-27 23:46:01 -04:00