API Examples
The following examples are available with the source code:
- send packet - a small script that reads an XML file and sends it to the server
- import listings from CSV - a script to import profiles into ConcourseConnect (groups, projects, etc.) from a CSV file (name, description, category, contact information, default tabs, etc)
- export listings to CSV - a script to export profiles to a CSV file
- backup configuration to XML - a script to export the categories and category specific data (css, images, etc)
- backup server to XML - a script to backup all server data to an XML file
- delete profiles from CSV - a script that deletes profiles matching entries in a CSV file
The application also contains a number of unit tests which demonstrate inserting, updating, selecting, deleting, backup and restore using the API.
Sign in to add your comment.