Skip to content

edubrite/javaapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

javaapi

Example of how to use Java client to invoke EduBrite LMS APIs

This is a full fledged java project to demonstrate how to create custom Java front end application to connect with EduBrite Learning Management System.

Source code provided to help existing customers, developers create custom front end, plugins or integrate EduBrite with other enterprise applications.

To test these APIs you would need a business edition account at edubrite.com. To start your free 30 days trial go to www.edubrite.com


Getting Started

Generate API keys

  1. Login to your micro-site and open Site Admin > Site Details from the navigation.

  2. Visit Integration tab and click on Generate Encryption Keys (if not already generated)

  3. Then click on Generate Api Key. This will generate username/password.

  4. Disable API Encryption and click Save


Use API keys

  1. Open edubrite.properties from the API project.
  2. Copy paste generated API keys against the keys in the file
    url=<Connect URL>
    userName=<Username>
    password=<Password>

Read more


All source - copyright - EduBrite Systems Inc.

About

Example of how to use Java client to invoke EduBrite LMS APIs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages