Go-github: Missing `AuthorAssociation` field in issue struct

Created on 16 Mar 2020  路  3Comments  路  Source: google/go-github

I found that there is already author_association field in issues API, but the Issue struct is not updated.

Also the example in document doesn't has this field yet https://developer.github.com/v3/issues/#get-an-issue. However it's available in API v4 https://developer.github.com/v4/object/issue/ .

Most helpful comment

I've sent an email to GitHub team about this. If there are any updates, I'll comment here.

All 3 comments

Let me look into it

The way we typically handle this situation is to first contact [email protected] and ask them to please update their documentation for the API. They have always been super helpful, friendly, and responsive, so please do this, @you06.

This does two things:

  • it validates that indeed the field is being returned and we didn't make a mistake on our end
  • improves the user experience for all GitHub v3 API users (regardless of programming language) by helping GitHub to improve their documentation.

As for #1460, I will comment on it directly.

Thank you!

I've sent an email to GitHub team about this. If there are any updates, I'll comment here.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nightlark picture nightlark  路  3Comments

OGKevin picture OGKevin  路  3Comments

gmlewis picture gmlewis  路  3Comments

gmlewis picture gmlewis  路  3Comments

csandanov picture csandanov  路  3Comments