简体   繁体   English

Github api按标签发布空格

[英]Github api issues by label with spaces

Hi I have tried everything to get my issues by label. 嗨,我已经尝试了一切,以标签来解决我的问题。 The problem is my label contains spaces: 问题是我的标签包含空格:

curl -i -H 'Authorization: token my_token' https://api.github.com/search/issues?q=label:Ready for release%20milestone:2.2.10%20repo:valllllll2000/test_github_api

I have tried replacing the spaces by %20 but it does not work or even writing "Ready for release". 我尝试用%20替换空格但它不起作用甚至写“准备发布”。

The label is 'Ready for release' is there a way to make this work or do I have to change the label? 标签是“准备发布”有没有办法使这项工作或我必须更改标签? Thanks 谢谢

感谢github的支持,我得到了正确的网址: curl -i -H 'Authorization: token my_token' 'https://api.github.com/search/issues?q=label:%22Ready%20for%20release%22+milestone:2.2.10+repo:valllllll2000/test_github_api'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Github API v3,发布问题/身份验证 - Github API v3, post issues / authentication GitHub REST API可使用创建者参数创建问题 - GitHub REST API to create Issues with creator parameter 从带有特定标签的回购中获取所有Github问题? - Get all Github issues from repo with specific label? 使用 GitHub API 从 GitHub 获取未解决问题的数量 - Get Number of Open issues from GitHub using GitHub API Github API仅获取具有特定标签的拉取请求 - Github API only get pull requests that have a certain label 如何在github graphql api上检索多个问题(使用javascript)? - How to retrieve multiple issues on github graphql api (using javascript)? 如何使用Postman API检索Github问题列表 - How to retrieve a list of Github issues using Postman API 如何仅从 Github API 请求与 Github 上的存储库问题相关的某些字段的值? - How to request value of only some fields related to issues of a repository on Github from Github API? 如何在没有所有关于它们的信息的情况下对GitHub API中的所有问题进行量化 - How can I take QUANTITY of all issues in GitHub API without all information about them Swift:来自API的标签文本问题(获取相同数组的不同计数)响应 - Swift: Label text Issues ( Getting Different Count of Same Array) Response from API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM