prowritingaid.javascript icon indicating copy to clipboard operation
prowritingaid.javascript copied to clipboard

Official Javascript SDK for ProWritingAid. Grammar checking API for Javascript. Also includes: style improvements, terminology checking, and plagiarism checking API.

Results 6 prowritingaid.javascript issues
Sort by recently updated
recently updated
newest added

Url: https://api.prowritingaid.com/api/async/html This is my headers: ``` api.apiClient.defaultHeaders = { licenseCode: 'xxx', "Access-Control-Allow-Origin": "http://localhost:3000/", "Access-Control-Allow-Methods": "POST, GET, OPTIONS", "Access-Control-Allow-Headers": "Access-Control-Allow-*, Content-Type" } ``` My error: ``` Access to XMLHttpRequest at...

The data returned after a post request contains an empty TaskId; which makes it impossible to make a get request to the api because I require a taskId.

Hello, I was wondering what the largest character length is, to the function `ProWritingAidApi.TextAnalysisRequest ()`. Is there a better way to pass an entire text file to the function, or...

Bumps [superagent](https://github.com/visionmedia/superagent) from 3.5.2 to 5.2.2. Release notes Sourced from superagent's releases. v5.2.2 Fix URI encoding (#1539) c7a10e2 Revert "feat: add secure cookie override to agent" (#1537) 40424e6 feat: add...

dependencies

I installed the pakage using 'yarn add pro_writing_aid_api' but when I import it I get the error message 'Uncaught Error: Cannot find module "ApiClient" at webpackMissingModule' Is there anything I...

After `npm install pro_writing_aid_api --save` or `npm install prowriting/prowritingaid.javascript --save` i see this message on `npm run serve`: ``` These dependencies were not found: * ApiClient in ./node_modules/pro_writing_aid_api/src/index.js * api/ContextualThesaurusApi...