Class: ExtStudioExt

Inherits:
Clacky::ApiExtension show all
Defined in:
lib/clacky/default_extensions/ext-studio/api/handler.rb

Overview

Extension Studio — backend for the debug/publish panels. Mounted at /api/ext/ext-studio/. Reads the resolved extension tree, runs the verifier, packs and publishes local containers to the marketplace.

Constant Summary

Constants inherited from Clacky::ApiExtension

Clacky::ApiExtension::DEFAULT_TIMEOUT, Clacky::ApiExtension::HTTP_METHODS, Clacky::ApiExtension::MAX_TIMEOUT

Instance Attribute Summary

Attributes inherited from Clacky::ApiExtension

#params, #req, #res, #route

Method Summary

Methods inherited from Clacky::ApiExtension

#agent_config, class_timeout, compile_pattern, #config, #create_session, #data_path, #dispatch_to_session, #error!, ext_dir, #ext_dir, ext_dir=, ext_id, #ext_id, ext_id=, inherited, #initialize, #invoke, #json, #json_body, #logger, meta, meta=, normalize_pattern, pending_subclasses, public_endpoint, public_paths, #query, register, registry, #registry, reset_registry!, reset_routes!, routes, #server_start_time, #session_manager, #submit_task, #text, timeout

Constructor Details

This class inherits a constructor from Clacky::ApiExtension