airyhq / airy

💬 Open Source App Framework to build streaming apps with real-time data - 💎 Build real-time data pipelines and make real-time data universally accessible - 🤖 Join historical and real-time data in the stream to create smarter ML and AI applications. - ⚡ Standardize complex data ingestion and stream data to apps with pre-built connectors
https://airy.co/docs/core
Apache License 2.0
369 stars 44 forks source link

Introduce HttpClient lib #522

Closed lucapette closed 3 years ago

lucapette commented 3 years ago

The idea is to extract the code we use to communicate with the api into its own library so that, soon enough, we can ship a NPM package in sync with the version of core (and add a clients section to the api reference of docs.airy.co).

Important bits of information:

lucapette commented 3 years ago

this was done in #571 we will open a new issue to discuss further steps