kevteg/calendly-python

View on GitHub
calendly/utils/constants.py

Summary

Maintainability
A
0 mins
Test Coverage
BASE="https://calendly.com/api/v1"
WEBHOOK=f"{BASE}/hooks"
ME=f"{BASE}/users/me"
ECHO=f"{BASE}/echo"
EVENTS=f"{BASE}/events"