Skip to content

diegobanos/bedca-java-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

Releases

No releases published

Packages

 
 
 

Languages