mediators

node v10.24.1
version: 1.0.0
endpointsharetweet
const axios = require("axios") axios({ method: 'post', url: 'http://request.just.fgov.be/cgi-request/mediation/liste-mediateur.pl', data: { lg: 'fr', langue: 1, liste: 0, arrondissement: 0, domaine_intervention: 0, profession: 0 } }) .then(res => { console.log(res.data) })
Loading…

no comments

    sign in to comment