mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Add new methods to NeonAPI and update client.py
This commit is contained in:
@@ -1 +1,12 @@
|
||||
from .client import NeonAPI
|
||||
|
||||
|
||||
def from_environ():
|
||||
return NeonAPI.from_environ()
|
||||
|
||||
|
||||
def from_token(token):
|
||||
return NeonAPI.from_token(token)
|
||||
|
||||
|
||||
from .client import *
|
||||
|
||||
Reference in New Issue
Block a user