We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we create the Person URL for Legistar web interface like so: https://github.com/opencivicdata/python-legistar-scraper/blob/49c51dd129211b2b13889356080032d5ec5e350a/legistar/people.py#L82
This strategy does not work for Metro, since the GUIDs and IDs between the API and Insite are different.
We solved this for the Committee by scraping the web and adding the relevant link.
Let's do something similar for People.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, we create the Person URL for Legistar web interface like so: https://github.com/opencivicdata/python-legistar-scraper/blob/49c51dd129211b2b13889356080032d5ec5e350a/legistar/people.py#L82
This strategy does not work for Metro, since the GUIDs and IDs between the API and Insite are different.
We solved this for the Committee by scraping the web and adding the relevant link.
Let's do something similar for People.
The text was updated successfully, but these errors were encountered: