Closed vicferpoy closed 4 years ago
Hi team, this PR solves the API responses through the generate_rst script for:
generate_rst
curl -u foo:bar -k -X GET "https://127.0.0.1:55000/cluster/worker-1/stats/analysisd?pretty"
curl -u foo:bar -k -X GET "https://127.0.0.1:55000/cluster/worker-1/stats/remoted?pretty"
We had to modify generate_rst in addition to cluster.js since we were using the same @apiName for 3 different endpoints.
cluster.js
@apiName
In addition to this, a fix for the ubuntu environment (docker) was added to prevent sphinx from failing when using make html.
make html
Hi team, this PR solves the API responses through the
generate_rst
script for:curl -u foo:bar -k -X GET "https://127.0.0.1:55000/cluster/worker-1/stats/analysisd?pretty"
curl -u foo:bar -k -X GET "https://127.0.0.1:55000/cluster/worker-1/stats/remoted?pretty"
We had to modify
generate_rst
in addition tocluster.js
since we were using the same@apiName
for 3 different endpoints.In addition to this, a fix for the ubuntu environment (docker) was added to prevent sphinx from failing when using
make html
.