Most resources are supported, but some are missing. You can check the support table for an up-to-date list. This library is in active development. If something you need is missing, open an issue.
Requires >= python 3.7
pip install vercel
import vercel
vercel.api_token = 'xxxxxx'
user = vercel.User.get()
To access resources owned by a team, set the team_id
.
You can learn more about the authentication process here.
import vercel
vercel.api_token = 'xxxxxx'
vercel.team_id = 'my-team
vercel.Domain.get('mydomain.com')
You can view more information on working with this library in the guide.
See the support table for an up-to-date list of the API resources this library supports.
If you'd like to see a resource support prioritized, open an issue.
Want to contribute or found a bug to fix?
Checkout the contributing doc and submit a PR!