summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/pronote-api/src/cas/somme.js
blob: 8aca5237ae2c0412c1327c86a0e81faee515b582 (plain)
1
2
3
4
5
6
7
8
9
10
const openent = require('./generics/openent');

module.exports = (url, account, username, password) => openent({
    url,
    account,
    username,
    password,

    target: 'college.entsomme.fr'
});