gmitch215 / Lightning

Reflection-Based Spigot HTTP Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightning

Reflection-Based Spigot HTTP Protocol

Backstory

Click to View

I was looking around to see why nobody had thought of an idea to use HTTP Requests for the Spigot API, and wondered how useful it would be for external applications to easily send GET requests to fetch and execute methods. Then this was born.

Usage

Please read the wiki page to learn more about how to use Lightning.

Lightning Plugin

To use the plugin, download it at our spigot page.

Lightning API

JitPack Version JitCI

Maven

	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
	<dependency>
	    <groupId>com.github.GamerCoder215</groupId>
	    <artifactId>Lightning</artifactId>
	    <version>master-SNAPSHOT</version>
	</dependency>

Gradle

	repositories {
		maven { url 'https://jitpack.io' }
	}
	dependencies {
	        implementation 'com.github.GamerCoder215:Lightning:master-SNAPSHOT'
	}

About

Reflection-Based Spigot HTTP Protocol

License:GNU General Public License v3.0


Languages

Language:Java 100.0%