Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg d155a8753b [New] Now the inspector can inspect from Agent to Element overviews
When the strolch restful classes are registered, the following API is
enabled:

strolch/inspector - overview of the realms
strolch/inspector/{realm} - ovierview of the elements in a realm
strolch/inspector/{realm}/order - overview of the orders
strolch/inspector/{realm}/resource - overview of the resources
strolch/inspector/{realm}/resource/{type} - overview of the resource
                                            types
strolch/inspector/{realm}/order/{type} - overview of the order types
strolch/inspector/{realm}/resource/{type}/{id} - get resource overview
strolch/inspector/{realm}/order/{type}/{id} - get an order overview

Getting details of the Resources and Orders is coming next
2014-01-17 12:36:59 +01:00
src/main/java/li/strolch/rest/inspector [New] Now the inspector can inspect from Agent to Element overviews 2014-01-17 12:36:59 +01:00
.gitignore [Initial] Initial import 2014-01-15 21:59:24 +01:00
LICENSE [Initial] Initial import 2014-01-15 21:59:24 +01:00
README.md [Initial] Initial import 2014-01-15 21:59:24 +01:00
pom.xml [Initial] Initial import 2014-01-15 21:59:24 +01:00

README.md

li.strolch.rest

Restful Web Service API for Strolch