freesound-0.2.0: Access the Freesound Project database

Safe HaskellNone
LanguageHaskell98

Sound.Freesound.Pack

Synopsis

Documentation

class Pack a where Source

Methods

ref :: a -> Resource () Source

The URI for this resource.

url :: a -> URI Source

The URL for this pack’s page on the Freesound website.

sounds :: a -> Resource (List Summary) Source

The API URI for the pack’s sound collection.

name :: a -> Text Source

The pack’s name.

created :: a -> Text Source

The date when the pack was created.

numDownloads :: a -> Integer Source

The number of times the pack was downloaded.

username :: Detail -> Text Source

A JSON object with the user’s username, url, and ref.