UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

88 lines (85 loc) 3.13 kB
<div class="layout-row layout-fill layout-align-start-start"> <md-card class="layout-column flex m"> <md-card-content> <h2 class="bm0">Entry rest api</h2> <md-progress-linear md-mode="indeterminate" class="top" ng-show="processing"> </md-progress-linear> <table> <thead> <tr> <th></th> <th>Function</th> <th>Resource</th> <th>Parameters</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>signin</td> <td>/api/signin</td> <td></td> <td></td> </tr> <tr> <td>2</td> <td>signout</td> <td>/api/signout</td> <td></td> <td></td> </tr> <tr> <td>3</td> <td>signup</td> <td>/api/signup</td> <td></td> <td></td> </tr> <tr> <td>4</td> <td>recoverPassword</td> <td>/api/recover_password</td> <td></td> <td></td> </tr> <tr> <td>5</td> <td>resetPassword</td> <td>/api/reset_password</td> <td></td> <td></td> </tr> <tr> <td>6</td> <td>changePassword</td> <td>/api/change_password</td> <td></td> <td></td> </tr> <tr> <td>7</td> <td>requestEmailVerification</td> <td>/api/users/:party_id/resend_email_verification</td> <td></td> <td></td> </tr> <tr> <td>8</td> <td>verifyEmail</td> <td>/api/verify_email</td> <td></td> <td></td> </tr> <tr> <td>9</td> <td>signupValidate</td> <td>/api/signup_validate</td> <td></td> <td></td> </tr> </tbody> </table> </md-card-content> </md-card> </div>