Skip to content

4.2.0

Compare
Choose a tag to compare
@Mariatta Mariatta released this 19 Nov 02:30
27c104d
  • gidgethub.abc.GitHubAPI.post() now accepts content_type parameter. If supplied, the content_type value will be used in the request headers, and the raw form of the data will be passed to the request. If not supplied, by default the data will be parsed as JSON, and the “application/json” content type will be used. (Issue #115).