Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon816/student-robotics-ide-java-api
A Java API to access functions of the https://www.studentrobotics.org IDE via their API
https://github.com/simon816/student-robotics-ide-java-api
Last synced: about 2 months ago
JSON representation
A Java API to access functions of the https://www.studentrobotics.org IDE via their API
- Host: GitHub
- URL: https://github.com/simon816/student-robotics-ide-java-api
- Owner: simon816
- License: mit
- Created: 2014-03-26T19:55:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T15:04:43.000Z (over 6 years ago)
- Last Synced: 2023-03-22T22:07:37.638Z (almost 2 years ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Student Robotics IDE API for Java
The [Student Robotics](https://www.studentrobotics.org/) IDE has support for HTTP requests using JSON and I have made a Java API to use it.
Most API endpoints can be used, though not all.
The IDE, CyanIDE, has a git repository [cyanide.git](https://www.studentrobotics.org/cgit/cyanide.git/) which was used to develop this.Developing
----------
[Gradle](http://www.gradle.org/) is requiredSetup eclipse: run `gradle eclipse` then import into a workspace
Build: run `gradle build`
Note: There are no unit tests at this time.