Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

OMDb API — Plasm CGS Schema

A Plasm domain model for the OMDb API (movie and series metadata).

export OMDB_API_KEY=...
cargo run --bin plasm -- \
  --schema apis/omdb \
  --backend https://www.omdbapi.com \
  --repl

An API key is required for requests.