Screen Link:
I think the fact that in your final solution you included the order[year]=asc
within the path argument of the url rather than as part of the query arguments in GET()
(as in previous exercises) suggests that httr cannot deal with these types of queries. Rather than letting users try endlessly some explanation beforehand on what type of query argument formats httr can accept would have been nice.