Get data from Thinkport GmbH, Germany. It includes the following services:
| Service | Type | URL |
|---|---|---|
| Members | array | https://production-helloworld-5w4i.encr.app/members |
| Members count | number | https://production-helloworld-5w4i.encr.app/members/count |
| Members count engineers | number | https://production-helloworld-5w4i.encr.app/members/count/engineers |
| Member | object | https://production-helloworld-5w4i.encr.app/member/Alice |
| Product - Trainings | array | https://production-helloworld-5w4i.encr.app/product/trainings |
| Locations | array | https://production-helloworld-5w4i.encr.app/about/locations |
More request examples can be found in the docs/requests/Production.http.
const axios = require('axios');
axios.get('https://production-helloworld-5w4i.encr.app/members')
.then((response) => {
console.log(response.data);
});curl https://production-helloworld-5w4i.encr.app/members
curl https://production-helloworld-5w4i.encr.app/product/trainingsPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
git push origin mainencore runencore test