6 Commits

Author SHA1 Message Date
Tomáš Bedřich
b8c52c3a92
Fix sync example (#741) 2020-12-01 09:01:10 +01:00
Ville Skyttä
770185004b
Code block improvements (#382)
* Use f-strings instead of .format()

* Code block language marker fixes

* Make example code blocks syntactically valid Python

* Run all python code blocks through black

https://github.com/scop/misc/blob/master/black_markdown.py

* Add some missing code block language markers

* Use shell language consistently to mark shell code blocks

* Undo folding of some example dicts

* Remove outdated OrderedDict comments per Python 3.7, replace with plain dict
2020-01-13 21:55:41 +02:00
cgtobi
0ec3b012b0 Fix requests Oauth2Session arguments (#364) 2019-11-27 22:21:53 -08:00
cgtobi
c29d6cf4a1 Fix typo (#362) 2019-11-25 15:10:05 -08:00
cgtobi
653ef36243
Fix typo (#361) 2019-11-25 23:46:28 +01:00
Paulus Schoutsen
e1c40206bf
Add OAuth2 docs and Building Python API lib (#342)
* Remove log file

* Add OAuth2 docs and API lib tutorial

* Update link

* Fix typo
2019-10-29 00:42:50 -07:00