This repository has been archived by the owner on May 8, 2021. It is now read-only.
0.0.2
Pre-release
Pre-release
Made some optimisations and tweaks.
- Added
init
for each model type - Added some
page
helpers forLinks
- Changed
family
to optional inPlantRef
as some items can returnnull
- Changed
familyName
to optional inSpeciesRef
andSpecies
as some items can returnnull
- Added URL helpers to provide
URL
properties for URLString
s - Split out custom JSON decoders to be able to decode
Date
fromString
fro theJWT
compared to dates strings returned in general responses forMetadata
andSource
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 tohttps://
- Warning: This could break URLs and does not guarentee that the
https://
version of that link works or exists
- Note: This will check for
- Renamed
ResponseSingle
->ResponseItem
for consistency - Updated tests for changes
- Fixed some typos etc