-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Create a REST API to describe basic scripting context information #47411
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Core/Infra/ScriptingScripting abstractions, Painless, and MustacheScripting abstractions, Painless, and Mustache>enhancementv7.6.0v8.0.0-alpha1
Type
Fields
Give feedbackNo fields configured for issues without a type.