api-explorer:React组件以探索Asana API

时间:2024-05-22 03:04:46
【文件属性】:

文件名称:api-explorer:React组件以探索Asana API

文件大小:156KB

文件格式:ZIP

更新时间:2024-05-22 03:04:46

TypeScript

api浏览器 Asana Api Explorer是一个React组件,旨在允许人们浏览Asana Api。 它使用React内置在打字稿中,可以轻松与集成,并使用。 为了填充API Explorer,我们使用了来自存储库的元数据,该元数据包含API中各种资源和端点的结构信息。 我们避免使用由node.js客户端(例如client.users.me() )提供的便捷方法,而使用分派器的显式GET请求( dispatcher.get('/users/me', params, null) ) 。 这使我们能够始终覆盖整个API的所有端点和参数排列,而不必在整个过程中混合使用两种样式。 设置 节点 如果没有节点,请运行以下命令 curl https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash nvm


【文件预览】:
api-explorer-master
----tsd.json(1KB)
----public()
--------index.html(445B)
--------index.css(103KB)
--------popup_receiver.html(491B)
----src()
--------asana.d.ts(1KB)
--------constants.ts(1KB)
--------index.ts(130B)
--------receiver.ts(296B)
--------class_names.ts(1KB)
--------components()
--------resources.ts(1KB)
--------credentials.ts(2KB)
--------resources()
--------explorer.ts(1KB)
----.travis.yml(870B)
----LICENSE(1KB)
----test()
--------class_names_spec.ts(859B)
--------components()
--------env.ts(132B)
--------credentials_spec.ts(4KB)
--------receiver_spec.ts(622B)
--------helpers.ts(2KB)
----tslint.json(2KB)
----README.md(3KB)
----swagger_templates()
--------api.service.mustache(1KB)
--------api-explorer-config.json(192B)
----.editorconfig(448B)
----CODE_OF_CONDUCT.md(2KB)
----.gitignore(662B)
----package-lock.json(185KB)
----package.json(3KB)

网友评论