superfaceai / one-sdk-js

1️⃣ One Node.js SDK for all the APIs you want to integrate with
https://superface.ai
MIT License
47 stars 3 forks source link

feat: Break up SuperJson #258

Closed lukas-valenta closed 2 years ago

lukas-valenta commented 2 years ago

Description

This PR breaks up SuperJson and also removes a lot of circular dependencies. Some errors get abstracted, but errors in general need to be redone.

Motivation and Context

The SuperJson class was bloated and dependent on a lot of stuff it shouldn't have been in the first place. Also interfaces are moved up a level to ease dependencies.

Types of changes

Checklist: