Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "repl-ai", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "To have api connection with repl-ai", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,4 @@ ## Installation | ||
``` | ||
## Repl-AI Official Site | ||
https://repl-ai.jp/ | ||
@@ -26,8 +28,11 @@ ## Usage | ||
, appRecvTime: LAST_TALKED_AT | ||
, initTopicId | ||
}; | ||
api.createDialogue(()); | ||
api.createDialogue(dialogue_options, (err, body) => { | ||
console.log(body); | ||
}); | ||
``` | ||
## More Information | ||
https://repl-ai.jp/docs/references/registration | ||
https://repl-ai.jp/docs/references/registration | ||
https://repl-ai.jp/docs/references/dialogue | ||
@@ -34,0 +39,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3238
41