-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FEature: Print call elapsed time and response chars size
- Loading branch information
Showing
5 changed files
with
76 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,49 @@ | ||
# `/api/jsonws extender` | ||
|
||
Are you tired of the old api jsonws page? Take this new one with some extra features: | ||
|
||
* Compact design, fluid layout, method details with accordion | ||
* JSON result sintax highlight | ||
* Fast clipboard copy | ||
* Recall for previous call parameters (using local storage) | ||
|
||
Tested on Liferay 7.1 CE | ||
|
||
[Download the bundle jar](https://github.com/baxtheman/api-jsonws-ext/releases/download/7.1.0.2/it.baxtheman.liferay.apijsonwsext-7.1.0.2.jar) | ||
|
||
![Old to new](/doc/new.gif) | ||
|
||
## Roadmap | ||
|
||
* Fast switch to change `com.liferay.portal.jsonwebservice` package log level | ||
* Extend the history feature to save several call params | ||
|
||
## Previous version | ||
|
||
It's still available the same plugin for Liferay 6.2 [here](https://github.com/baxtheman/mqtt-liferay-plugins/tree/master/base-services-portlet) | ||
|
||
## Credits | ||
|
||
* [Clipboard.js by Zeno](https://github.com/zenorocha/clipboard.js/) (Why it's not bundled in AlloyUI?) | ||
* [JavaScript code prettifier](https://github.com/google/code-prettify) | ||
* [local-storage-fallback](https://www.npmjs.com/package/local-storage-fallback) | ||
|
||
License | ||
------- | ||
|
||
This library, *api-jsonws-ext*, is free software ("Licensed Software"); you can | ||
redistribute it and/or modify it under the terms of the [GNU Lesser General | ||
Public License](http://www.gnu.org/licenses/lgpl-2.1.html) as published by the | ||
Free Software Foundation; either version 2.1 of the License, or (at your | ||
option) any later version. | ||
|
||
This library is distributed in the hope that it will be useful, but WITHOUT ANY | ||
WARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY, | ||
NONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General | ||
Public License for more details. | ||
|
||
You should have received a copy of the [GNU Lesser General Public | ||
License](http://www.gnu.org/licenses/lgpl-2.1.html) along with this library; if | ||
not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth | ||
Floor, Boston, MA 02110-1301 USA | ||
# `/api/jsonws extender` | ||
|
||
Are you tired of the old api jsonws page? Take this new one with some extra features: | ||
|
||
* Compact design, fluid layout, method details with accordion | ||
* JSON result sintax highlight | ||
* Fast clipboard copy | ||
* Recall for previous call parameters (using local storage) | ||
* Print call elapsed time and response chars size | ||
|
||
Tested on Liferay 7.1 CE | ||
|
||
[Download the bundle jar](https://github.com/baxtheman/api-jsonws-ext/releases/download/7.1.0.4/it.baxtheman.liferay.apijsonwsext-7.1.0.4.jar) | ||
|
||
![Old to new](/doc/new.gif) | ||
|
||
## Roadmap | ||
|
||
* Fast switch to change `com.liferay.portal.jsonwebservice` package log level | ||
* Extend the history feature to save several call params | ||
|
||
## Previous version | ||
|
||
It's still available the same plugin for Liferay 6.2 [here](https://github.com/baxtheman/mqtt-liferay-plugins/tree/master/base-services-portlet) | ||
|
||
## Credits | ||
|
||
* [Clipboard.js by Zeno](https://github.com/zenorocha/clipboard.js/) (Why it's not bundled in AlloyUI?) | ||
* [JavaScript code prettifier](https://github.com/google/code-prettify) | ||
* [local-storage-fallback](https://www.npmjs.com/package/local-storage-fallback) | ||
|
||
License | ||
------- | ||
|
||
This library, *api-jsonws-ext*, is free software ("Licensed Software"); you can | ||
redistribute it and/or modify it under the terms of the [GNU Lesser General | ||
Public License](http://www.gnu.org/licenses/lgpl-2.1.html) as published by the | ||
Free Software Foundation; either version 2.1 of the License, or (at your | ||
option) any later version. | ||
|
||
This library is distributed in the hope that it will be useful, but WITHOUT ANY | ||
WARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY, | ||
NONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General | ||
Public License for more details. | ||
|
||
You should have received a copy of the [GNU Lesser General Public | ||
License](http://www.gnu.org/licenses/lgpl-2.1.html) along with this library; if | ||
not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth | ||
Floor, Boston, MA 02110-1301 USA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
Bundle-Name: API JSONWS JSPs Ext | ||
Bundle-Description: Overrides core/kernel API JSONWS JSPs | ||
Bundle-SymbolicName: it.baxtheman.liferay.apijsonwsext | ||
Bundle-Version: 7.1.0.3 | ||
Bundle-Version: 7.1.0.4 | ||
Created-By: Daniele Baggio @baxtheman | ||
-sources: true | ||
Web-ContextPath: /api-jsonws-ext | ||
Liferay-JS-Config:/META-INF/resources/js/config.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters