UNPKG

codingame-api-node-ts

Version:

A CodinGame API node, that permits you to access all of the endpoints of this website. Wrote in TypeScript, so you can previsualize how the response will look like by checking the code.

24 lines (23 loc) 534 B
/** @internal */ export declare const urls: { achievement: string; career: string; challenge: string; coc: string; codingamer: string; comment: string; company: string; contribution: string; course: string; help: string; leaderboards: string; notification: string; puzzle: string; quest: string; school: string; testsession: string; vote: string; xp: string; }; /** @internal */ export declare const getCookies: (response: any) => string;