linkgor

Supported Schools

List of schools compatible with linkgor and their IDs

linkgor resolves timetable endpoints based on whether a school belongs to the Compétences & Développement (C&D) group or the IGENSIA Education group.

Below is the list of all supported school instances and their corresponding instanceId strings.

Compétences & Développement (C&D)

School NameinstanceId
3A3a
EPSIepsi
ESAILesail
ICLicl
IDRAC Business Schoolidrac-business-school
IEFTieft
IETiet
IFAGifag
IGEFIigefi
IHEDREAihedrea
ILERIileri
SUP DE COMsup-de-com
VIVA MUNDIviva-mundi
WISwis

IGENSIA Education

School NameinstanceId
American Business Collegeamerican-business-college
Business Science Institutebusiness-science-institute
CNVAcnva
ECMecm
EMIemi
ESAesa
ESAMesam
ICD Business Schoolicd-business-school
IGENSIA RHigensia-rh
IMISimis
IMSIimsi
IPIipi
ISCPAiscpa
ISMMismm

Example Usage

You pass these IDs directly as the first argument in loginWithCredentials, getProfile, or getPlanning:

import { loginWithCredentials } from 'linkgor';

// Login for an EPSI student:
const user = await loginWithCredentials('epsi', 'username', 'password');

// Login for an IPI student:
const ipiUser = await loginWithCredentials('ipi', 'username', 'password');

On this page