dungeon-studio / api.dungeon.studio

Game Master's Companion
MIT License
1 stars 0 forks source link

Use Servant's Link Module #15

Open alunduil opened 7 years ago

alunduil commented 7 years ago

Currently, link URIs are hardcoded and accuracy isn't verified. We should look into using servant's link module to at least verify accuracy if not for generation (I'm not sure how to do this). I imagine this will change the base URI passed via server chains to some partial function that takes a parameter to generate the corresponding link but I haven't thought it through. Suggestions on how to accomplish this would be more than welcome.

alunduil commented 7 years ago

Based on a cursory glance at the servant-docs interfaces, tracking information alongside the API seems like a good implementation for this. We'll have to discover better organization as we go along.

github-actions[bot] commented 2 months ago

-| This issue has not been updated in 90 days. It will be closed in 90 days if no further activity occurs. Please respond if you would like to keep it open.