> For the complete documentation index, see [llms.txt](https://plugins-1.gitbook.io/plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugins-1.gitbook.io/plugins/products/spoof/developers.md).

# Developers

## Implementing SpoofAPI.

In order to access our API, you'll first need to add the dependency (and repository, if not already added) to match the below.

```markup
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
```

```markup
	<dependency>
	    <groupId>com.github.Felux</groupId>
	    <artifactId>SpoofAPI</artifactId>
	    <version>-SNAPSHOT</version>
	</dependency>
```

Once you've done this, typing `SpoofAPI` will show our API and allow you to access it like so.

##
