Skip to content

ume-team/ume-api-test-tool

 
 

Repository files navigation

webservice-test-tool

A tool for WebService test

Install

# install dependencies
npm install

Quick Start

# modify TARGET_WEBSERVICE_SERVER's value which in ./config/dev.env.js file
e.g:
# TARGET_WEBSERVICE_SERVER: '"http://example.com/"'
TARGET_WEBSERVICE_SERVER: '"http://www.myservice.com/api"'

# serve with hot reload at localhost:5555
npm run dev

Browser Support

Modern browsers and Internet Explorer 9+.

Internal Dependencies

  • vue
  • setaria-ui - A Vue.js 2.0 UI Toolkit for Web.
  • jsoneditor - A web-based tool to view, edit, format, and validate JSON.
  • lodash - A modern JavaScript utility library delivering modularity, performance, & extras.
  • moment - Parse, validate, manipulate, and display dates in javascript.

ToDo

  • Store Service History in local/server by user
  • Display Service History Item detail information on the left pane

License

MIT

About

The Tool for test WebService online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 81.6%
  • Vue 18.0%
  • HTML 0.4%