Home > praized-api-url-checker-js

praized-api-url-checker-js

Praized-api-url-checker-js is a project mainly written in JavaScript, it's free.

Javascript Tool to checks if a URL is potentially an invalid Praized API call...

Javascript Tool to checks if a URL is potentially an invalid Praized API call

Usage:

// an invalid url var invalid = 'http://api.praized.com/merchants/bob.json';

// is URL valid call? PraizedAPIURLChecker.check(invalid) // false

// get error messages print( PraizedAPIURLChecker.messages.join(',') ); // "Api Key Missing."

TODO:

- separate valid resources from valid nested resources
- separate POST from GET in verifs (mainly for: change_password, forgot_password, reset_password, resend_email_confirmation )
Previous:gscript