DEV Community

Joe Snell
Joe Snell

Posted on

πŸš€ Vercel API Client for Python

Overview

Introducing a python sdk for interacting with the Vercel API!

pip install vercel
Enter fullscreen mode Exit fullscreen mode

Get started in just a few lines:

import vercel

vercel.api_token = 'xxxxxx'

user = vercel.User.get()
# { ... }
Enter fullscreen mode Exit fullscreen mode

Or you can remix this glitch project:

Get Involved

If you'd like to get involved, check out the repo below:

GitHub logo wulfmann / vercel

Python SDK for the Vercel API

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)