Skip to content

Gain access to everything Reflexian, including our Server API.

License

Notifications You must be signed in to change notification settings

Reflexian/ReflexianAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reflexian Public API (Java)

This is a Java implementation of the Reflexian API. For discussing the API, requesting help or suggestions you can use the GitHub Discussions.

Documentation

Reflexian Public API documentation is currently being worked on. For API support join our discord.

GitHub Issues

Github issues should only be used to report bugs. Everything else should either be in Github discussions or in our Discord Server.

Usage

You can use this API as a dependency via our Public Repository.

<repositories>
    <repository>
        <id>reflexian-repo</id>
        <url>https://repository.reflexian.com/releases/</url>
    </repository>
</repositories>
	
<dependencies>
    <dependency>
        <groupId>com.reflexian</groupId>
        <artifactId>publicapi</artifactId>
        <version>1.0-D</version>
    </dependency>
</dependencies>	

Dependencies

The Reflexian Public API has the following dependencies:

  • Google Gson library
  • Apache HttpClient

Query Limitations

The API server has a request limit of 120 queries per minute. Any abuse of the API or intentions to bypass this limit ( such as with multiple API keys) will lead to your API key being reset or banned.

If you require a higher limit than the above you can open a support ticket at the Reflexian Discord and provide your use case and why you require a higher limit.

Additionally, users with the API Pass have a request limit of 240 queries per minute. Reflexian API Pass can be purchased through our discord.

Obtaining an API Key (Not Currently Available)

You can obtain an API key by joining mc.reflexian.com with a valid Minecraft account and running the /api command. You will then be assigned a unique key that is to remain private.

Contributing

When contributing changes to the Java API please provide as much detail on the changes and the reasons for them. We will not accept changes that have no meaningful contribution to the project.

About

Gain access to everything Reflexian, including our Server API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages