Appearance
Install the v2.x package, no additional steps needed.
v2.x
Update any default import from:
import RestClient from "scarlett"
...to a named import:
import { RestClient } from "scarlett"
Rename any usage of internalCache to cacheInMemory
internalCache
cacheInMemory