@iliad.dev/hermes
v0.0.18
Published
Normalizes responses from Axios and Fetch for use in Next.js projects.
Downloads
437
Readme
Hermes
Standardizes APIs and responses between fetch
and axios
for projects where both are necessary.
Responses are modeled after golangs result, err = whatever()
, because I think that's pretty neat. It's also very explicit, which is good because I find 90% of error-handling headaches come from network requests.