Back to Agent Lightning

RESTful API References

docs/reference/restful.md

0.3.0532 B
Original Source

RESTful API References

!!! note

Shown in the following is the RESTful API for Lightning Store.
<div id="swagger-ui"></div> <link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist/swagger-ui.css" /> <script src="https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js"></script> <script> window.onload = () => { window.ui = SwaggerUIBundle({ url: '../../assets/store-openapi.json', dom_id: '#swagger-ui', presets: [SwaggerUIBundle.presets.apis], layout: "BaseLayout" }); } </script>