pip-webui
Version:
HTML5 UI for LOB applications
40 lines (27 loc) • 2.42 kB
Markdown
# <img src="https://github.com/pip-webui/pip-webui/raw/master/doc/Logo.png" alt="Pip.WebUI Logo" style="max-width:30%"> <br/> REST API and Data Models

On order to provide rich patterns for Line-of-Business application Pip.WebUI framework have to rely on server-side functionality. This Pip.WebUI.Rest module is our first (and quite loosy) attempt to define REST API, that connected controls rely on.
We understand, that demanding from framework users to implement specific REST API is not a good approach. So, in the next version, we'll address that issue and will implement an abstraction layer, that will let our users to plug their own data models.
* Angular Resources to call REST API
* Session management
* Secure application routing
* Data models and local cache
For more information please, visit [User's guide](https://github.com/pip-webui/pip-webui-rest/blob/master/doc/UsersGuide.md)
and [REST protocol](https://github.com/pip-webui/pip-webui-rest/blob/master/doc/RestProtocol.md)
## Learn more about the module
- [User's guide](https://github.com/pip-webui/pip-webui-rest/blob/master/doc/UsersGuide.md)
- [REST protocol](https://github.com/pip-webui/pip-webui-rest/blob/master/doc/RestProtocol.md)
- [Online samples](http://webui.pipdevs.com/pip-webui-rest/index.html)
- [API reference](http://webui-api.pipdevs.com/pip-webui-rest/index.html)
- [Developer's guide](https://github.com/pip-webui/pip-webui-rest/blob/master/doc/DevelopersGuide.md)
- [Changelog](https://github.com/pip-webui/pip-webui-rest/blob/master/CHANGELOG.md)
- [Pip.WebUI project website](http://www.pipwebui.org)
- [Pip.WebUI project wiki](https://github.com/pip-webui/pip-webui/wiki)
- [Pip.WebUI discussion forum](https://groups.google.com/forum/#!forum/pip-webui)
- [Pip.WebUI team blog](https://pip-webui.blogspot.com/)
## <a name="dependencies"></a>Module dependencies
* [pip-webui-lib](https://github.com/pip-webui/pip-webui-lib): angular, angular material and other 3rd party libraries
* [pip-webui-css](https://github.com/pip-webui/pip-webui-css): CSS styles and web components
* [pip-webui-core](https://github.com/pip-webui/pip-webui-core): localization and other core services
## <a name="license"></a>License
This module is released under [MIT license](License) and totally free for commercial and non-commercial use.