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: about 1 month 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-12-13T15:40:22.000Z (about 1 month ago)
- Last Synced: 2024-12-16T01:41:09.135Z (about 1 month ago)
- Topics: encore, encoredev
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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 | |More request examples can be found in the
[docs/requests/Production.http](docs/requests/Production.http).## 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
```### Testing
```bash
encore test
```## License
[MIT](LICENSE)