Python integration
import alphanumeration # Use an OAuth2 access token client = alphanumeration.Client(access_token="YOUR_ACCESS_TOKEN")
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.stackexchange.com/2.0/me
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.stackexchange.com/2.0/info
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.stackexchange.com/2.0/tags