Skip to content

v0.1.0

Compare
Choose a tag to compare
@dillonredding dillonredding released this 03 May 13:27
· 43 commits to main since this release
d5e971a

Added

  • Client class for communicating with a Siren server
    • fetch() method for hitting API entry point
    • follow() 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