cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Add endpoint for creating synchronous class merge #95

Closed Carifio24 closed 11 months ago

Carifio24 commented 11 months ago

This PR makes progress on https://github.com/cosmicds/hubbleds/issues/319 by adding an endpoint that allows us to request a synchronous class merge. If one already exists, no action is taken and the existing merge info is returned.

This doesn't handle asynchronous classes, which are a bit more complicated but should be able to build off of this.