-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Core/Infra/ScriptingScripting abstractions, Painless, and MustacheScripting abstractions, Painless, and Mustache>enhancementv7.6.0v8.0.0-alpha1
Description
Create an internal REST API that will do the following calls:
- GET a list of available script context names
- GET information about a specific script context taking in the script context name as a url parameter; this information should include the signature of the execute method, and information about the get* methods
The goal of this API is to be available to pull basic information for creating an auto-complete engine for a Painless editor. A future extension of this API will likely include more information about individual variables available within the script context that will be used to construct automated documentation.
Metadata
Metadata
Assignees
Labels
:Core/Infra/ScriptingScripting abstractions, Painless, and MustacheScripting abstractions, Painless, and Mustache>enhancementv7.6.0v8.0.0-alpha1