TypeScript integration
import StackOverflowSDK from 'StackOverflowSDK'; const client = new StackOverflowSDK({ accessToken: "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