@open-ifood/sdk
v1.0.3
Published
Unofficial SDK for iFood Client API
Readme
Open iFood SDK
Unofficial SDK for iFood Client API
Usage
1. Installation
Using NPM
npm install @open-ifood/sdkor Yarn Package Manager
yarn add @open-ifood/sdk2. Environment variables
Some variables must be defined in the environment, you can see, what are here
Import
import * as IFoodSDK from '@open-ifood/sdk';Reference API
Click here and read the reference API documentation.
TODO List
- [ ] Split a service like a marketplace module, in sub-modules, like
address,authentication; - [ ] Simplify the last step for complete the authentication;
- [ ] Create Unit Tests.
