Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 381 Bytes

File metadata and controls

37 lines (23 loc) · 381 Bytes

This method helps you test your calling code.

Arguments

{ARGS}

Response

The response includes any supplied arguments:

{
	"ok": true,
	"args": {
		"foo": "bar"
	}
}

If called with an error argument an error response is returned:

{
	"ok": false,
	"error": "my_error",
	"args": {
		"error": "my_error"
	}
}

Errors

{ERRORS}

Warnings

{WARNINGS}