Enabled returns whether an API's capabilities are enabled.
The wildcard "*" capability matches every capability of an API.
If the underlying RPC fails (if the package is unknown, for example),
false is returned and information is written to the application log.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `capability` package provides information about outages and scheduled downtime for specific API capabilities in the App Engine standard environment."],["This package is not compatible with the App Engine flexible environment."],["The `Enabled` function checks if a specific API capability is currently enabled, returning `true` if it is and `false` if not or if the underlying RPC fails."],["The package is available in various versions, with the latest being 2.0.6."]]],[]]