labthings / labthings/python-labthings-client
links has become forms
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating td_parser and compare its affordance parsing with the API change described in issue #4. Confirm how the current Python server represents affordance forms, update the parser's handling accordingly, and verify that it can process a new LabThing without failing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100