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

Modify the SmallBodyApiGateway to handle client-side specific request construction #88

Open jChicote opened 6 days ago

jChicote commented 6 days ago

Description

Modify the SmallBodyApiGateway to be geared towards sending details of the request to be handled by the server.

Acceptance

Implementation