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

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

Awesome Lists containing this project

README

          

![Static Badge](https://img.shields.io/badge/author-javiergs-orange)
![Version](https://img.shields.io/badge/version-8.0.0-green)
![Java](https://img.shields.io/badge/Java-21+-blue)

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.