Open jacobdunefsky opened 2 years ago
The code for this task is in the task2 branch of ALTO repo: https://github.com/openalto/alto/tree/task2
Ideally, the parsed data can be encapsulated to avoid direct manipulation of JSON objects, and be decoupled from the data retrieval. The idea is to make the parser a library that can be used by server instances with different backends. Currently the code is more like an application rather than a library.
Specification: https://datatracker.ietf.org/doc/html/draft-gao-alto-fcs-07#section-5.5.3
Server side: https://github.com/openalto/alto/blob/main/tools/server.py
Client side: https://github.com/openalto/alto/blob/main/src/alto/client/client.py