Currently, td_parser fails when looking at a new LabThing using the current version of the Python server. I believe this is because it's expecting to find links in a list called links for each affordance, but they are actually in a list called forms. This is the same API change addressed by #4, in a different place in the client code.
Currently,
td_parserfails when looking at a new LabThing using the current version of the Python server. I believe this is because it's expecting to find links in a list calledlinksfor each affordance, but they are actually in a list calledforms. This is the same API change addressed by #4, in a different place in the client code.