Nathan H

Results 13 comments of Nathan H

This is perfect and exactly what I wanted. I didn't realize the `delcaredParsers` field was accessible. Thanks!

Same issue here. This was my workaround using `jsonpath`, but I'm not sure how bulletproof it is: ```typescript var jp = require('jsonpath'); const fixDocumentation = (json: any) => { //...

I think this would be good for a V2 of the API. A lot of the responses could be reworked to be structured much better and to be more consistent...

Definitely agree, OpenAPI spec is the way to go. It's a widely used standard, and it allows codegen and other features.

I agree v2 is probably a better opportunity to overhaul these responses. For now, I think it's worth shoring up the responses from the "Get a Specific Member" in particular,...

@dwillis interesting about the `current_party` distinction, I wasn't aware people were flipping parties mid-session. And yeah, that's correct, they should be in the `roles` array.

@dwillis for listing members, what do you think about including a `role` field that contains the member's current position information? As in, the same as `roles` when getting a specific...

I haven't had too much time to look into this more, but I did go ahead and update the table. I think there might be a few inaccuracies (not sure...

Here's a more thorough and well-vetted table, again only comparing the list and get methods, including all the sub-properties of the `roles` entries. I compiled it for all members of...