Open alunduil opened 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.
-| 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.
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.