bluesky / tiled

API to structured data
https://blueskyproject.io/tiled
BSD 3-Clause "New" or "Revised" License
56 stars 48 forks source link

Expose adapters_by_mimetype config in HTTP API somehow #670

Open danielballan opened 6 months ago

danielballan commented 6 months ago

This is spun off from #661. The goal is to enable client registration (tiled register ...) to use same adapters that server has.

Considerations:

padraic-shafer commented 6 months ago

If the call to register automatically selects the lowest matching tree, then it should use those adapters. Does the client need access to those same adapters, or can the server handle everything at that point?

(Or where does the current WIP break down in this regard?)