f-f / gogolica

Auto-generated Google APIs for Clojure
Eclipse Public License 1.0
2 stars 0 forks source link

Switch to proper uri-template library #35

Open f-f opened 6 years ago

f-f commented 6 years ago

We have a half-baked implementation of uri-template substitution, that takes a path string like "/a/{foo}/b/{bar}" and generates a Clojure vector with the proper symbols like ["/a/" foo "/b/" bar].

Testing this on the storage model works, but if we run it on all the 3931 methods, we discover that it's broken on some of them because it doesn't cover all of the standard.