Getting Started Guide
For a initial interation with the SDK, follow this guide.
Last updated
For a initial interation with the SDK, follow this guide.
Last updated
Add the SDK dependency on your pom.xml or build.gradle, check the latest version at .
Firstly, for use private modules (address, order and merchants) you will need authenticate with a valid account.
Use the IFoodService class for create a new entry class instance and request auth code.
Then, with the code at last step, you will receive an 6-digit authorization code in your e-mail, after receiving confirm this by running the following code snippet.
So authenticated =). If any issues occurred during authentication process, through received UserSession you will be able to use private modules.
Above you can see two code samples using private modules, check the Documentation to learn more and get detailed module information.