LLMS_REST_API()
Main Plugin Instance
Return #Return
Source #Source
File: libraries/lifterlms-rest/lifterlms-rest.php
function LLMS_REST_API() { return LifterLMS_REST_API::instance(); }
Expand full source code Collapse full source code View on GitHub
Related #Related
Used By #Used By
Used By | Description |
---|---|
libraries/lifterlms-rest/includes/server/class-llms-rest-webhooks-controller.php: LLMS_REST_Webhooks_Controller::update_item() |
Update an Webhook |
libraries/lifterlms-rest/includes/server/class-llms-rest-webhooks-controller.php: LLMS_REST_Webhooks_Controller::get_object() |
Retrieve An Webhook object by ID. |
libraries/lifterlms-rest/includes/server/class-llms-rest-webhooks-controller.php: LLMS_REST_Webhooks_Controller::get_item_schema() |
Get the Webhook’s schema, conforming to JSON Schema. |
libraries/lifterlms-rest/includes/server/class-llms-rest-webhooks-controller.php: LLMS_REST_Webhooks_Controller::get_collection_params() |
Retrieves the query params for the objects collection. |
libraries/lifterlms-rest/includes/server/class-llms-rest-webhooks-controller.php: LLMS_REST_Webhooks_Controller::create_object() |
Insert the prepared data into the database. |
libraries/lifterlms-rest/includes/server/class-llms-rest-api-keys-controller.php: LLMS_REST_API_Keys_Controller::update_item() |
Update an API Key |
libraries/lifterlms-rest/includes/server/class-llms-rest-api-keys-controller.php: LLMS_REST_API_Keys_Controller::get_collection_params() |
Retrieves the query params for the objects collection. |
libraries/lifterlms-rest/includes/server/class-llms-rest-api-keys-controller.php: LLMS_REST_API_Keys_Controller::get_item_schema() |
Get the API Key’s schema, conforming to JSON Schema. |
libraries/lifterlms-rest/includes/server/class-llms-rest-api-keys-controller.php: LLMS_REST_API_Keys_Controller::get_object() |
Retrieve An API Key object by ID. |
libraries/lifterlms-rest/includes/server/class-llms-rest-api-keys-controller.php: LLMS_REST_API_Keys_Controller::create_item() |
Create an API Key |
libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php: LLMS_REST_Webhook::is_valid_resource() |
Determine if the the resource is valid for the webhook |
libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php: LLMS_REST_Webhook::is_valid_post_action() |
Determine if the current post-related action is valid for the webhook |
libraries/lifterlms-rest/includes/models/class-llms-rest-api-key.php: LLMS_REST_API_Key::get_edit_link() |
Retrieve the admin URL where the api key is managed. |
libraries/lifterlms-rest/includes/models/class-llms-rest-api-key.php: LLMS_REST_API_Key::get_delete_link() |
Retrieve an admin nonce url for deleting an API key. |
libraries/lifterlms-rest/includes/class-llms-rest-webhooks-query.php: LLMS_REST_Webhooks_Query::get_webhooks() |
Retrieve an array of LLMS_REST_Webhook objects for the given result set returned by the query |
libraries/lifterlms-rest/includes/class-llms-rest-webhooks-query.php: LLMS_REST_Webhooks_Query::parse_args() |
Parses argument data |
libraries/lifterlms-rest/includes/abstracts/class-llms-rest-webhook-data.php: LLMS_REST_Webhook_Data::get_hooks() |
Retrieve an array of hooks for the webhook topic. |
libraries/lifterlms-rest/includes/abstracts/class-llms-rest-webhook-data.php: LLMS_REST_Webhook_Data::get_delete_link() |
Retrieve an admin nonce url for deleting an API key. |
libraries/lifterlms-rest/includes/abstracts/class-llms-rest-webhook-data.php: LLMS_REST_Webhook_Data::get_edit_link() |
Retrieve the admin URL where the api key is managed. |
libraries/lifterlms-rest/includes/llms-rest-functions.php: llms_rest_deliver_webhook_async() |
Wrapper function to execute async delivery of webhooks. |
libraries/lifterlms-rest/includes/class-llms-rest-api-keys-query.php: LLMS_REST_API_Keys_Query::parse_args() |
Parses argument data |
libraries/lifterlms-rest/includes/class-llms-rest-api-keys-query.php: LLMS_REST_API_Keys_Query::get_keys() |
Retrieve an array of LLMS_REST_API_Keys for the given result set returned by the query |
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-settings-webhooks.php: LLMS_Rest_Admin_Settings_Webhooks::get_fields() |
Get settings fields for the Keys tab. |
libraries/lifterlms-rest/includes/admin/tables/class-llms-rest-table-webhooks.php: LLMS_REST_Table_Webhooks::get_data() |
Retrieve data for the columns |
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-settings-api-keys.php: LLMS_Rest_Admin_Settings_API_Keys::save_update() |
Form handler to save an API key. |
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-settings-api-keys.php: LLMS_Rest_Admin_Settings_API_Keys::save_create() |
Form handler to create a new API key. |
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-settings-api-keys.php: LLMS_Rest_Admin_Settings_API_Keys::get_fields() |
Get settings fields for the Keys tab. |
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-form-controller.php: LLMS_REST_Admin_Form_Controller::prepare_key_download() |
Validates |
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-form-controller.php: LLMS_REST_Admin_Form_Controller::handle_webhook_upsert() |
Handle creating/updating a webhook via admin interfaces |
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-form-controller.php: LLMS_REST_Admin_Form_Controller::handle_events() |
Handles submission of admin forms & nonce links. |
libraries/lifterlms-rest/includes/class-llms-rest-authentication.php: LLMS_REST_Authentication::find_key() |
Find a key via unhashed consumer key |
libraries/lifterlms-rest/includes/class-llms-rest-authentication.php: LLMS_REST_Authentication::authenticate() |
Authenticate an API Request |
libraries/lifterlms-rest/includes/class-llms-rest-install.php: LLMS_REST_Install::update_version() |
Update the LifterLMS rest version record to the latest version |
libraries/lifterlms-rest/includes/class-llms-rest-install.php: LLMS_REST_Install::check_version() |
Checks the current LLMS version and runs installer if required |
Changelog #Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |