We are going to present the testing of the build-analytics-model and get-register-symbols APIs from the analytic controller. The step-by-step instructions are described in the following subsection.
Testing Analytics RESTful services
Testing the build-analytics-model API
This API builds the analytics model based on the user's input, such as the symbol, period, and fields to analyze. We will use rfem for the symbol, 1 year (1y) for the past period, and the 20 days standard deviation (tDStDev) as input. Please follow these step-by-step instructions:
- Use a web browser and type http://localhost:10010/swagger-ui.html#/analytics-controller/buildAnalyticsModelUsingPOST to reach the Swagger UI page for the build-analytics-model...