Bubbles
1 points · 21 days ago · 0 comments

Here's a little bit of language-extension-design style fun.   DACTAL brings API-mediated data into its query-space with adapters, which encapsulate an API interaction into a named virtual property. So, e.g., Apple Music offers an endpoint to go from an artist ID to that artist's similar artists. My generalized style for adapters has been to name them in source targets form, so this one would be artist similar artists. Adapters return results like this:   {id: whatever, data: [...]}   but I al...

No comments yet. Log in to discuss on the Fediverse