monkeymapper
v1.1.3
Published
A package to automatically map your api responses based on your data models
Downloads
3
Readme
MonkeyMapper
A package to automatically map your api responses based on your data models
How to Use
monkeyMap()
Type : Function
Parameters :
- entity (required)
It is the entity that need to be filled, you must create it and add the fields yourself before using monkeyMap.
- data (required)
This will be the data to map
Return : It will return your entity with as much filled fields as possible
Example :