0.3.0 • Published 9 years ago

parse-spec v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

parse-spec npm version

Testing framework for Parse.com API migration

How to install

$ npm install -g parse-spec

How to use

$ parse-spec -c /path/to/api.json -b /path/to/build_dir trace
$ parse-spec -c /path/to/api.json -b /path/to/build_dir verify

Configuration

Write below information into config/api.json

{
  "app_name": <Your Application Name>,
  "endpoint": <Endpoint to be tested>,
  "parse_endpoint": "https://api.parse.com/1/",
  "app_id": <Your Application ID>,
  "restapi_key": <Your Application REST API Key>,
  "master_key": <Your Application Master Key>,
  "classes": [
    // Classe records stored in your Parse.com application
  ]
}

Build

$ npm run build

Usage for dev

First trace Parse.com API and migrated API.

$ npm run trace

Next verify API by comparing trace files.

$ npm run verify

LICENSE

MIT License

0.3.0

9 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago