You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... in this implementation sometimes properties use html-escaped versions of ids and paths and sometimes they don't.
@zflecth
I think my implementation uses escaped IDs when they're part of a path and unescaped IDs when they're just a normal string. So, urn:cts:greekLit:tlg0012.tlg001.perseus-grc2 is not escaped in the collections endpoint but it is escaped in the navigation endpoint because the ID is /navigation?.... I can't think of a better way of doing this, it seems wrong to escape a regular string and not escaping a path could cause problems.
@balmas
@zflecth
Originally posted by @zfletch in #163 (comment)
The text was updated successfully, but these errors were encountered: