问题标签 [octokit-js]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - GitHub - octokit - ArrayBuffer[Unit8Contents] -> 转换为 tar / zip 文件
我开始使用 nodejs octokit。使用以下代码(来自 github 文档的示例代码),我能够从 Github 存储库中检索 .tar 文件:
接收到的 .tar 文件存储在一个 json 文件中,编码如下:
我正在寻找一种解决方案,将带有 [Uint8Contents] 的 ArrayBuffer 转换为实际的 tar 文件并将其保存到我的 nodejs 项目中的文件夹中。很多谷歌搜索并没有提出解决方案。
很高兴得到一些帮助。
github - 通过 RESTful SDK 解决项目卡中的 GitHub 问题
我正在使用 octokit ( https://octokit.github.io/rest.js/v18#projects-list-cards ) 与我的项目和我的回购中的问题进行交互。我在列表中有 project_cards,但是当我从一列移到另一列时,我想对问题上的标签进行一些更改。
据我所知(https://docs.github.com/en/rest/reference/projects#list-project-cards),获取问题编号的唯一方法是手动解析该content_url
字段:
这对我来说似乎很令人惊讶,我错过了什么吗?我只是想弄清楚底层issue number
是什么,以便我可以对标签进行一些操作。
javascript - 使用 okotkit 从 github API 嵌套 fileTree
在下面的示例中,我尝试从我的 github 存储库中获取嵌套的 fileTree。
但它不会嵌套。
谁能解释我为什么嵌套ul
独立并且li
内容不在那里?
第二个问题:为什么点击fileLink没有内容?
github - octokit-plugin-create-pull-request 中 octokit.createPullRequest() 返回的值的数据类型是什么?
我想从 react-native 应用程序发出拉取请求。我正在使用此处的 octokit-plugin-create-pull-request库。他们的文档中有一个函数 octokit.createPullRequest() 。我现在需要知道它返回的值的数据类型。它是数组还是对象?或者它是另一种数据类型?