virtualsatellite / VirtualSatellite4-Core

Virtual Satellite Core - Baseline Framework and IDE Tools
Eclipse Public License 2.0
30 stars 18 forks source link

Rest API Implementation #532

Open PhilMFischer opened 4 years ago

PhilMFischer commented 4 years ago

For the Virtual Satellite Rest Server the external API is needed as well. It should provide various levels of access to Virtual Satellite data. The following levels need to be implemented:

The APIs should follow the URL pattern of http://localhost:port/rest/[API]/[VERSION]/... .

REST API functionality should follow the general API conventions. Primary Data Source is JSON, XML is not considered for rthe moment.

Replaces #361 and Closes #361.

SaMuellerDLR commented 4 years ago

Check code from #361 for some previous implementation