Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 468 Bytes

BEDCA API

Disclosure

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

How to use

There are three basic functions: getFoodGroups, getFoodsInGroup and getFood

Client client = new Client;

String xmlResponse = client.getFoodGroups();

System.out.print(xmlResponse);