UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.

17 lines (16 loc) 1.28 kB
export declare const endpointDescriptions: { readonly admin: { readonly events: { readonly description: "Returns **the last 100** events from the Unleash instance when called without a query parameter. When called with a `project` parameter, returns **all events** for the specified project.\n\nIf the provided project does not exist, the list of events will be empty."; readonly summary: "Get the most recent events from the Unleash instance or all events related to a project."; }; readonly eventsPerFeature: { readonly description: "Returns all events related to the specified feature toggle. If the feature toggle does not exist, the list of events will be empty."; readonly summary: "Get all events related to a specific feature toggle."; }; readonly playground: { readonly description: "Use the provided `context`, `environment`, and `projects` to evaluate toggles on this Unleash instance. Returns a list of all toggles that match the parameters and what they evaluate to. The response also contains the input parameters that were provided."; readonly summary: "Evaluate an Unleash context against a set of environments and projects."; }; }; };