plagtool:适用于NodeJS的Plagtool API客户端

时间:2024-06-04 00:37:24
【文件属性】:

文件名称:plagtool:适用于NodeJS的Plagtool API客户端

文件大小:18KB

文件格式:ZIP

更新时间:2024-06-04 00:37:24

JavaScript

用于NodeJS的Plagtoo API 超级简单易用 var plagtool = require ( 'plagtool' ) ; var client = new plagtool ( 'login' , 'pass' ) ; client . batch ( [ 'put' , 'get' , 'post' ] , function ( error , result ) { if ( ! error ) { res . send ( result . getMessage ( ) ) ; } } ) ; 这是用于发送文本以进行检查的查询的示例: client . addTextForChecking ( text , function ( error , result ) { if ( result ) { if ( result . getData ( )


【文件预览】:
plagtool-master
----index.js(51B)
----package.json(1KB)
----LICENSE(34KB)
----plagtool.js(9KB)
----.gitignore(914B)
----README.md(1KB)
----config.json(2KB)

网友评论