Skip to content

A simple client for the sugarcrm rest api written in scala.

License

Notifications You must be signed in to change notification settings

glidester/SugarCRM-Client-Scala-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SugarCRM Client Scala Library

Build Status BSD License

This library intends to provide a simple interface for the rest api of sugarcrm.

The development of the library was sponsored by the Wegtam UG.

The source of this library is released under the BSD license (see LICENSE for details).

Requirements

See the build.sbt file for details.

Usage

val sugar = new Connection(new URL("http://crm.example.com/sugarcrm"), "user", "password")
val entries = sugar.getEntries("Accounts", """accounts.name LIKE "%mining%"""")

Testing

Start sbt specifying the connection details to a test sugarcrm installation e.g.:

sbt -Durl="http://sugarcrm.company.co.uk" -Dusername=User -Dpassword=password

About

A simple client for the sugarcrm rest api written in scala.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages