Skip to content

A package to automatically map your api responses based on your data models

License

Notifications You must be signed in to change notification settings

SveRKeR92/MonkeyMapper

Repository files navigation

npm npm GitHub Workflow Status (with event)

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 :

Markdown Monster icon

About

A package to automatically map your api responses based on your data models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published