update readme
parent
d275848536
commit
ce737bfc22
|
@ -1,6 +1,6 @@
|
||||||
# Pewcans
|
# Pecans
|
||||||
|
|
||||||
Pretty Easy Wrapper for Two Cans & String API for version 1.68.
|
Pretty Easy Two Cans & String API wrapper for version 1.68.
|
||||||
|
|
||||||
Typescript module that can also be used in Python, .NET, and Java using
|
Typescript module that can also be used in Python, .NET, and Java using
|
||||||
[jsii](https://github.com/aws/jsii). Requires node to be installed to use the
|
[jsii](https://github.com/aws/jsii). Requires node to be installed to use the
|
||||||
|
@ -13,7 +13,7 @@ language bindings.
|
||||||
## Python Example
|
## Python Example
|
||||||
|
|
||||||
```py
|
```py
|
||||||
from pewcans import Client
|
from pecans import Client
|
||||||
|
|
||||||
client = Client("AUTH COOKIE HERE")
|
client = Client("AUTH COOKIE HERE")
|
||||||
res = client.messages.folder_view()
|
res = client.messages.folder_view()
|
||||||
|
|
Loading…
Reference in New Issue