You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I fetch the latest from https://github.com/github/rest-api-description (it has the same version but it is not the same api), I encounter the following five parse errors. yes, there are only five.
fails in typify schemas_mutually_exclusive due to this field.
"make_latest": {
"type": "string",
"description": "Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Defaults to `true` for newly published releases. `legacy` specifies that the latest release should be determined based on the release creation date and higher semantic version.",
"enum": [
"true",
"false",
"legacy"
],
"default": true
},
I believe all of these are covered in #395, except for maybe the first one. Can you add any details (and the build errors) to the tracking ticket and I'll update the list of issues for building a GitHub client.
When I fetch the latest from https://github.com/github/rest-api-description (it has the same version but it is not the same api), I encounter the following five parse errors. yes, there are only five.
schemas_mutually_exclusive
due to this field./markdown/raw
handles two media types ,text/plain
andtext/x-markdown
.response_types.len() <= 1', progenitor-impl/src/method.rs:1171:9
Multiple response types not supported #344The text was updated successfully, but these errors were encountered: