Skip to content

Catalog subjects with JSON

To access the summaries of subjects from the course catalog, you can use nushell.

$ nu
$ let url = "https://raw.githubusercontent.com/akaFTS/yggdrasil2/refs/heads/master/src/definitions/allclasses.json"
$ http get $url | where code == "MAT0122"