-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Getting 401 Unauthorized. In Request headers I can see its the correct API key:

Code:
import { CSGOEmpire, ListedItemsResponse } from "csgoempire-api";
const empire = new CSGOEmpire(process.env.CSGOEMPIRE_API_KEY);
async () => {
const { data }: ListedItemsResponse = await empire.getListedItems(1, 10);
console.log('data', data)
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

