Code | Rise Client Source

export async function deployApplication() const response = await axios.post('https://api.rise.io/deploy', // ... ); // ...

If you are examining the Java source code from repositories like the one by HEROBRINEyashar, you will typically find: rise client source code

The original developers (Vantage Group) hold the rights to the code. Unauthorized distribution is technically a breach of copyright. // ... )

Create a new Java class for your feature. Your class should extend the base class provided by Rise. HEROBRINEyashar/Rise-5.90-src - GitHub rise client source code