Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Latest commit

 

History

History

api-jokes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Use API to get random joke, or jokes about a theme

This simple example shows how to make API calls with Actions. It contains two actions:

  1. generate a single random joke
  2. generate jokes based on a given theme.

Credit for this example goes to Francesco, who posted the similiar example made with FastAPI and Vercel. We wanted to show how much easier Action Server is.