enso-org / enso

Enso Analytics is a self-service data prep and analysis platform designed for data teams.
https://ensoanalytics.com
Apache License 2.0
7.39k stars 323 forks source link

Merge all Electron `*Api` objects into one object #10699

Open somebody1234 opened 4 months ago

somebody1234 commented 4 months ago

As it says on the title. We have a lot of *Api objects all of which may potentially conflict with some web API in the future.

Consider moving all the APIs to e.g. electronApi to minimize the risk of name collision (and make refactoring the name to be changed as easy as possible on the off chance that the single global does become the name of a new API)

The keys of this new object would (well, could) be the names of the APIs, minus the Api suffix

somebody1234 commented 4 months ago

pinging @farmaazon and @MrFlashAccount for feedback/bikeshedding on the api