Module

MeowClient.Project.Api

Package
purescript-meowclient
Repository
userfriendanonymous/purescript-meowclient

#Value Source

type Value = { author :: { history :: { joined :: String }, id :: Int, profile :: { images :: { "32x32" :: String, "50x50" :: String, "55x55" :: String, "60x60" :: String, "90x90" :: String } }, scratchteam :: Boolean, username :: String }, commentsAllowed :: Boolean, description :: String, history :: { created :: String, modified :: String, shared :: String }, id :: Int, image :: String, images :: { "100x80" :: String, "135x102" :: String, "144x108" :: String, "200x200" :: String, "216x163" :: String, "282x218" :: String }, instructions :: String, isPublished :: Boolean, projectToken :: String, public :: Boolean, remix :: { parent :: Maybe Int, root :: Maybe Int }, stats :: { favorites :: Int, loves :: Int, remixes :: Int, views :: Int }, title :: String, visibility :: String }

Project API information loaded from https://api.scratch.mit.edu/projects/ID/.