jChicote / Asteroid_Visualizer

A simple Solar System visualizer making use of both the SBDB Query and Horizon's API for asteroid and planetary data. All visualized through Three.js
https://www.solarsystemvisualizer.com/
GNU General Public License v3.0
1 stars 0 forks source link

Implement Uri Provider for the Api-Gateways #16

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

The current implementation has the URI for the gateways tied to the local server of the application. We need to abstract the implementation and create a provider that will give the gateways the valid connection string.

Acceptance Criteria

Implementation