Skip to content

v.1.0.21

Compare
Choose a tag to compare
@brys0 brys0 released this 09 Jan 01:39
· 13 commits to master since this release

This release comes with all new logo and more endpoints to due with the actual web-server itself

new endpoints

┌────────────────────────────────────────────────Endpoints────────────────────────────────────────────────┐
 /categories         | Get all categories and their names / images
 /user               | Returns a user json object. Requires a valid username (/user?name=YourUsername)
 /system/cpu         | Returns cpu thread stats
 /system/mem         | Returns memory stats
 /system/gc          | Calls the jvm to attempting to garbage collect
 /system/cache       | Returns cache stats
 /system/cache/clear | Clears all cache
└────────────────────────────────────────────────────────────────────────────────────────────────────────┘

img