Developers

View the Developer API for Spoof.

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.

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	<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.

Last updated