v0.1.0
Added
- Client class for communicating with a Siren server
fetch()
method for hitting API entry pointfollow()
method for following links (including embedded links)submit()
method for submitting actions; currently, only actions whose
type
is"application/x-www-form-urlencoded"
are supported.
- Client
Response
wrapper for parsing Siren responses