nexus-main / nexus

Extensible user interface for your time-series data lake with REST API support.
MIT License
4 stars 5 forks source link

REST API improvements #84

Open Apollo3zehn opened 2 months ago

Apollo3zehn commented 2 months ago
[HttpGet( "{id:int}" )]
[Produces( "application/json" )]
[ProducesResponseType( typeof( Order ), 200 )]
[ProducesResponseType( 404 )]