ynput / ayon-backend

Server codebase with API access to AYON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebActions backend

martastain opened this issue · comments

Story

An addon may expose an action that a user can run on a selection of entities from the web interface.

Problems

Proposal

TODO

  • Mechanism allowing addons to expose available actions
  • REST endpoint to get list of available actions for the given context
  • REST endpoint to run the action
  • Utilize the event system to keep track of requested/running actions

Attachments