Skip to content
New issue

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

Return results to a Results() object instead of a list of dicts #2

Open
ReedJessen opened this issue Jan 4, 2017 · 0 comments
Open
Assignees

Comments

@ReedJessen
Copy link
Contributor

results are currently returned to a list of dicts. Perhaps results should be returned to a Results() object which has some helper methods in addition to the list of dicts.

For example, Results().assets would be a list of dicts but Results().inventors would be a deduplicated list of all inventors found in in the query results. Similarly, Results().owners would be a list of owners.

@ReedJessen ReedJessen self-assigned this Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant