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:
@@ -25,6 +25,8 @@ neon = NeonAPI(api_key='your_api_key')
|
|||||||
|
|
||||||
Remember that you should never expose your api_key and handle it carefully since it gives access to sensitive data. It's better to set it as an environment variable (e.g. `NEON_API_KEY` + accompanying `neon_client.from_environ()`).
|
Remember that you should never expose your api_key and handle it carefully since it gives access to sensitive data. It's better to set it as an environment variable (e.g. `NEON_API_KEY` + accompanying `neon_client.from_environ()`).
|
||||||
|
|
||||||
|
**[Documentation is available on ReadTheDocs](https://neon-client-python.readthedocs.io/).
|
||||||
|
|
||||||
-------
|
-------
|
||||||
|
|
||||||
### Methods of the `NeonAPI` class:
|
### Methods of the `NeonAPI` class:
|
||||||
|
|||||||
Reference in New Issue
Block a user