https://github.com/javiergs/tulip-api
☑️📦 Teaching Utilities for Learning Individual Practices
https://github.com/javiergs/tulip-api
file-fetcher github-api java maven open-source repository-browser teaching url-parser utility-library
Last synced: 8 days ago
JSON representation
☑️📦 Teaching Utilities for Learning Individual Practices
- Host: GitHub
- URL: https://github.com/javiergs/tulip-api
- Owner: javiergs
- License: mit
- Created: 2025-08-03T04:09:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-05-27T09:15:57.000Z (about 1 month ago)
- Last Synced: 2026-05-27T11:17:24.665Z (about 1 month ago)
- Topics: file-fetcher, github-api, java, maven, open-source, repository-browser, teaching, url-parser, utility-library
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



A lightweight Java utility library providing:
- GitHub API utilities
- Taiga API integration
- RTDE robotics utilities
- Compiler helpers
- Groq API integration
## Installation
### Maven Central
```xml
com.javiergs
tulip
8.0.0
```
## Modules
### GitHub Utilities
Utilities for:
- parsing GitHub URLs
- traversing repositories
- reading remote files
➡️ [GitHub Client Documentation](docs/github-client.md)
### Taiga API Client
Java wrapper around the Taiga REST API.
➡️ [Taiga Client Documentation](docs/taiga-client.md)
📘 [JavaDoc](https://javiergs.github.io/tulip-api/javadoc/javiergs/tulip/taiga/package-summary.html)
### RTDE Robotics Utilities
Universal Robots RTDE communication.
> [!IMPORTANT]
> This module is currently under active development.
### Groq Utilities
Groq API integration helpers.
> [!IMPORTANT]
> This module is currently under active development.