A user should be able to send requests to each endpoint described in the documentation using their web browser in a similar way to moonrope. This should be implemented as a JavaScript component that is capable of prompting the user for their API token, and any necessary parameters, and then returning the result of the request.
Any data returned by the request should be formatted appropriately with correct indentation, etc.
A user should be able to send requests to each endpoint described in the documentation using their web browser in a similar way to
moonrope. This should be implemented as a JavaScript component that is capable of prompting the user for their API token, and any necessary parameters, and then returning the result of the request.Any data returned by the request should be formatted appropriately with correct indentation, etc.