Closed matildepark closed 4 months ago
Technically, this is an API change, but not on a core interface (i.e., our exported objects themselves), just a downstream API surface. I treat those as a bit more pliable and outside semver. What do you think?
Im down with some semver flexibility
You shouldn't need to pass keys on the client side SDK every single time. Since Nolita is running on-device, it should just pull from
nolita auth
. This replaces all agent and HDR parameters with calls tonolitarc
.We also didn't have HDR integration in the browser endpoint, so I've added that.
I wish I knew how to not require any JSON at all, though. It looks like this now: