Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Baza207 Baza207 released this 11 Oct 19:41
· 55 commits to master since this release

Made some optimisations and tweaks.

  • Added init for each model type
  • Added some page helpers for Links
  • Changed family to optional in PlantRef as some items can return null
  • Changed familyName to optional in SpeciesRef and Species as some items can return null
  • Added URL helpers to provide URL properties for URL Strings
  • Split out custom JSON decoders to be able to decode Date from String fro the JWT compared to dates strings returned in general responses for Metadata and Source items
  • Added Config to allow setting options on setup
  • Added ability to force https for image links set via Config
    • Note: This will check for http:// prefixed image URLs and change it to https://
    • Warning: This could break URLs and does not guarentee that the https:// version of that link works or exists
  • Renamed ResponseSingle -> ResponseItem for consistency
  • Updated tests for changes
  • Fixed some typos etc