Skip to content

v0.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 13:31
· 27 commits to main since this release
570d191

Patch Changes

  • 4d9f680: Create examples illustrating real world usage

    Added /examples that contains the following illustrating how actions, clients, and entrypoint handlers all interact.

    .
    ├── README.md
    ├── actions
    │   └── get-pokemon.ts
    ├── clients
    │   └── pokemon.ts
    └── entrypoint.ts
    
    2 directories, 4 files