Package net.finmath.smartcontract.api
Interface InfoApi
- All Known Implementing Classes:
- InfoController
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2025-07-03T08:16:01.383823+02:00[Europe/Berlin]")
@Validated
public interface InfoApi
- 
Method SummaryModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<String>GET /info/finmath : Request info on finmath-lib version and tagsdefault org.springframework.http.ResponseEntity<String>_infoGit()GET /info/git : Request info on Git version and tagsdefault Optional<org.springframework.web.context.request.NativeWebRequest>default org.springframework.http.ResponseEntity<String>default org.springframework.http.ResponseEntity<String>infoGit()
- 
Method Details- 
getRequest
- 
_infoFinmath@RequestMapping(method=GET, value="/info/finmath", produces="application/json") default org.springframework.http.ResponseEntity<String> _infoFinmath()GET /info/finmath : Request info on finmath-lib version and tags- Returns:
- Info returned (status code 200) or unexpected error (status code 200)
 
- 
infoFinmath
- 
_infoGit@RequestMapping(method=GET, value="/info/git", produces="application/json") default org.springframework.http.ResponseEntity<String> _infoGit()GET /info/git : Request info on Git version and tags- Returns:
- Info returned (status code 200) or unexpected error (status code 200)
 
- 
infoGit
 
-