# SecretLab Kotlin

[![](https://img.shields.io/github/v/release/Vxrpenter/SecretLab-Kotlin?include_prereleases\&logo=github\&logoColor=black\&logoSize=amg\&labelColor=333834\&sort=date\&display_name=tag\&style=for-the-badge\&label=LATEST%20RELEASE\&color=green)](https://github.com/Vxrpenter/SecretLab-Kotlin/releases) [![](https://img.shields.io/maven-central/v/io.github.vxrpenter/secretlab-kotlin?style=for-the-badge\&logo=apache\&logoColor=red\&logoSize=amg\&labelColor=333834\&color=red)](https://central.sonatype.com/artifact/io.github.vxrpenter/secretlab-kotlin)&#x20;

{% hint style="warning" %}
Currently endpoint integration is still not finished
{% endhint %}

SecretLab Kotlin is a SCP: Secret Laboratory api wrapper. It includes compatibility with the main api, cedmod etc.

## Installation

{% tabs %}
{% tab title="Gradle (Kotlin)" %}

```kotlin
dependencies {
  implementation("io.github.vxrpenter:secretlab-kotlin:0.4.3")
}
```

{% endtab %}

{% tab title="Gradle (Groovy)" %}

```groovy
dependencies {
  implementation 'io.github.vxrpenter:secretlab-kotlin:0.4.3'
}
```

{% endtab %}

{% tab title="Maven" %}

```xml
<dependency>
    <groupId>io.github.vxrpenter</groupId>
    <artifactId>secretlab-kotlin</artifactId>
    <version>0.4.3</version>
</dependency>
```

{% endtab %}
{% endtabs %}

## Compatibility (short)

This is a short overview of all implemented api's. You can learn more about each by clicking on the link in the endpoints tab. It will present you with all endpoints information and their implementation state.

| Api                   | Implementation Begon | Completed            | link                         | Usage                                                     | Endpoints                                                     |
| --------------------- | -------------------- | -------------------- | ---------------------------- | --------------------------------------------------------- | ------------------------------------------------------------- |
| Secret Laboratory Api | :white\_check\_mark: | :white\_check\_mark: | <https://api.scpslgame.com/> | [Secretlab Api](/secretlab-kotlin/usage/secretlab-api.md) | [Secretlab Api](/secretlab-kotlin/endpoints/secretlab-api.md) |
| Cedmod Api            | :white\_check\_mark: | :x:                  | `Only available on instance` | [CedMod Api](/secretlab-kotlin/usage/cedmod-api.md)       | [CedMod Api](/secretlab-kotlin/endpoints/cedmod-api.md)       |
| Scplist Api           | :white\_check\_mark: | :white\_check\_mark: | <https://scplist.kr/api>     | [Scplist Api](/secretlab-kotlin/usage/scplist-api.md)     | [Scplist Api](/secretlab-kotlin/endpoints/scplist-api.md)     |

***

<div align="center"><img src="https://repobeats.axiom.co/api/embed/33474016edce12e76d8b6f721f57a86af6c1874a.svg" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://override.gitbook.io/secretlab-kotlin/secretlab-kotlin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
