This Neuro SDK implementation is a, bad, unofficial, implementation of the Neuro SDK API
You need to install the SDK, then follow the Usage Guide
- Make JSON schema
- Implement a better way to handle things
- Create example how to use the better way
- docs of how to use the better way
- move example to a module excluded from gradle publish
- rethink default sdk event callbacks
- get address by environment variable if exist
- verify action result status and make sure everything is ok in the example and sdk (some parts may be too precautious and neuro may be more safe than expected)
- add some proposed feature
- use proper logger
You can either create an issue/pr/discussion here or join my discord
Please note, since I plan to participate myself in the incoming neuro game jam I will not be actively available for help in that period.
This implementation use com.networknt:json-schema-validator
for JSON schema validation
and org.java-websocket:Java-WebSocket for the websocket