文件名称:discourse-api-js:仅使用javascript提取演讲主题
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-19 16:21:25
JavaScript
话语API 用法 在</body>之前添加库和自定义代码: [removed][removed] [removed][removed] 然后使用基本信息创建一个空文件js/discourse-custom.js : var baseURL = 'https://discourse.mozilla-community.org'; 例子 获取类别中的最新帖子 client = new DiscourseApi(baseURL); var category = 'mozillians'; client.category(category, function(response) { // We need to wait until the remote response is back
【文件预览】:
discourse-api-js-master
----css()
--------discourse-blog.css(286B)
----example.html(316B)
----index.html(2KB)
----js()
--------discourse-custom.js(2KB)
--------discourse-blog.js(5KB)
--------discourse-api.js(770B)
----README.md(2KB)