Overview
Introducing a python sdk for interacting with the Vercel API!
pip install vercel
Get started in just a few lines:
import vercel
vercel.api_token = 'xxxxxx'
user = vercel.User.get()
# { ... }
Or you can remix this glitch project:
Get Involved
If you'd like to get involved, check out the repo below:
You can see the supported resources here.
If you'd like to contribute or find a bug feel free to open an issue.
Follow me on twitter
Top comments (0)