Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vergissberlin/thinkport-api

Get data about Thinkport GmbH
https://github.com/vergissberlin/thinkport-api

encore encoredev

Last synced: 6 days ago
JSON representation

Get data about Thinkport GmbH

Awesome Lists containing this project

README

        

# Thinkport API

Get data from Thinkport GmbH, Germany. It includes the following services:

| Service | Type | URL |
| --- | --- | --- |
| Members | array | |
| Members count | number | |
| Members count engineers | number | |
| Member | object | |
| Product - Trainings | array | |
| Locations | array | |

## Usage examples

### Members

#### Example with JavaScript

```javascript
const axios = require('axios');

axios.get('https://production-helloworld-5w4i.encr.app/members')
.then((response) => {
console.log(response.data);
});
```

#### Example with CURL

```bash
curl https://production-helloworld-5w4i.encr.app/members
curl https://production-helloworld-5w4i.encr.app/product/trainings
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## Deplyoment

```bash
git push origin main
```

## Development

```bash
encore run
```

## License

[MIT](LICENSE)