procyon/README.md

16 lines
223 B
Markdown

## TREEJS
### API
Connect treejs middleware to yout redux definition
```
applyMiddleware(
thunk,
FetchEndpoint(setting),
),
```
As setting value use object
```
{
BASE_ENDPOINT_URL: string, // base of endpoint URL
}
```