You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For using the package as an external dependency in an application:
28
+
<br>
24
29
In your `app.json`, add this package as a requirement, and make sure your ExtJS `workspace.json`
25
30
is properly configured to look up local repositories in the `node_modules`-directory.
26
31
@@ -34,29 +39,31 @@ Example (`workspace.json`) :
34
39
}
35
40
```
36
41
37
-
## Configuration options
38
-
39
-
### Rest API
40
-
-`service.rest-imapuser.base` - the base url to the [service](#required_services) providing endpoints for the [rest-imapuser](https://github.com/conjoon/rest-api-description)-API
41
-
42
-
43
-
## Usage
44
-
When using this package without a backend implementation, make sure your app uses the [extjs-app-imapusersim](https://github.com/conjoon/extjs-app-imapusersim) package of the [conjoon](https://github.com/conjoon) project.
0 commit comments