Skip to content

estarOnline/KooabaConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KooabaConnect

Phonegap plugin to create image recognition request with kooaba

Requests to the kooaba service need to be sent with headers that are now restricted through javascript requiring the use of native code.

Plugin is called with: cordova.exec(successFunction(), failFunction(), "KooabaConnect", "connect", [contenttype,auth,date,body]);

Where: contenttype = Content-Type header auth = Authorization header for Kooaba's authentication date = Date header for Kooaba's authentication body = Base64 encoded body content for Kooaba's recognition service

Returns with the full Kooaba response which is a json string.

About

Phonegap plugin to create image recognition request with kooaba

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages