Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vergissberlin/thinkport-api
- Owner: vergissberlin
- License: mit
- Created: 2023-06-26T18:21:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:46:55.000Z (2 months ago)
- Last Synced: 2024-10-09T19:41:12.742Z (28 days ago)
- Topics: encore, encoredev
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)