mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update README.md
This commit is contained in:
@@ -9,7 +9,7 @@ With `neon_client`, you can automate tasks, streamline workflows, and build powe
|
|||||||
from neon_client import NeonAPI
|
from neon_client import NeonAPI
|
||||||
|
|
||||||
# Initialize the client.
|
# Initialize the client.
|
||||||
neon = NeonApi(api_key='your_api_key')
|
neon = NeonAPI(api_key='your_api_key')
|
||||||
```
|
```
|
||||||
|
|
||||||
Methods of the `NeonAPI` class:
|
Methods of the `NeonAPI` class:
|
||||||
|
|||||||
Reference in New Issue
Block a user