Skip to content

History / Action Developer Guide

Revisions

  • Update all wiki files to use current ARO syntax (no angle brackets around action verbs) Action verbs like Extract, Retrieve, Return, Store are plain words in ARO. Only variables and qualifiers use <angle-bracket> notation. Updated 33 files covering ~2000 action verb instances across the full wiki.

    @KrisSimon KrisSimon committed Mar 1, 2026
  • docs: remove redundant Fetch action (use Request instead) Remove FetchAction documentation as it's redundant with RequestAction: - Request can do GET: `<Request> the <data> from <url>` - Request supports all HTTP methods with config object - Fetch only did GET and created verb ambiguity Changes: - Reference-Actions.md: Remove Fetch from tables and sections - Guide-Actions.md: Remove Fetch section - Guide-Data-Pipelines.md: Replace Fetch with Retrieve (correct action for repos) - Language-Tour.md: Replace Fetch with Request for HTTP examples - Action-Developer-Guide.md: Update example verbs Migration: Replace `<Fetch> ... from <url>` with `<Request> ... from <url>`

    @KrisSimon KrisSimon committed Jan 4, 2026
  • Migrate documentation from main repository - Convert 28 markdown files to flat wiki structure - Add Guide-* prefix for Language Guide files - Add Reference-* prefix for Language Reference files - Update all internal links to wiki format - Add _Sidebar.md for navigation

    @KrisSimon KrisSimon committed Dec 27, 2025