This is a basic API that connects to the BEDCA Database BEDCA Database
It is inspired by a PHP version of this API PHP API by statickidz
There are three basic functions: getFoodGroups, getFoodsInGroup and getFood
Client client = new Client;
String xmlResponse = client.getFoodGroups();
System.out.print(xmlResponse);