Skip to content

Commit cea3828

Browse files
committed
File bit broke, unfortunate and fixed. Also README ambiguity removed.
1 parent 2231493 commit cea3828

File tree

12 files changed

+2
-1
lines changed

12 files changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Since the project is considered multi-sync, it will work in a sync/async environ
3434
# async example - it will default to async
3535
import mystbin
3636

37-
mystbin_client = mystbin.MystbinClient() ## api_key kwarg for authentication also
37+
mystbin_client = mystbin.MystbinClient()
38+
#NOTE: The `api_key` kwarg in the Client constructor is optional.
3839

3940
paste = await mystbin_client.post("Hello from Mystb.in!", syntax="python")
4041
str(paste)

mystbin/__init__.py

100644100755
File mode changed.

mystbin/__main__.py

100644100755
File mode changed.

mystbin/client.py

100644100755
File mode changed.

mystbin/constants.py

100644100755
File mode changed.

mystbin/errors.py

100644100755
File mode changed.

mystbin/objects.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)