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

https://github.com/selfmadesystem/senapi

An API for you senpai.
https://github.com/selfmadesystem/senapi

Last synced: 9 months ago
JSON representation

An API for you senpai.

Awesome Lists containing this project

README

          

# SenAPI
SenAPI is more of a utility library for Spigot and BungeeCord.

SenAPI currently contains utilities for strings, a few player utilities, a config manager of sorts,
and some SQL utilities, just MySQL and SQLite for now.

# Implementation:
## Gradle:

```groovy
repositories {
maven { url 'https://jitpack.io' }
}
```

```groovy
dependencies {
implementation 'com.github.True-cc:SenAPI:version-here'
}
```
## Maven:

```xml


jitpack.io
https://jitpack.io


```
```xml

com.github.True-cc
SenAPI
version-here

```
# Adding to dependency manager.
## Gradle

```groovy
repositories {
maven { url 'https://jitpack.io' }
}
```

```groovy
dependencies {
implementation 'com.github.True-cc:SenAPI:version-here'
}
```
## Maven:

```xml


jitpack.io
https://jitpack.io


```
```xml

com.github.True-cc
SenAPI
version-here

```

You can shade the SenAPI into your jar or you can use [Lilliputian](https://github.com/GoDead/Lilliputian)

#### Thanks:

- Thank you Vagdedes for helping me make the SQL methods!

- Thank you koloslolya for the name lol.



There will be more to this sometime soon™.