Code Monkey home page Code Monkey logo

prowritingaid.php's People

Contributors

dmit25 avatar pedroroquette avatar pedroroquette-toptal avatar prowriting avatar vladimirmelekh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

prowritingaid.php's Issues

Check not working

My config:

        $config = new Configuration();
        $config->setHost('https://api.prowritingaid.com');
        $config->setApiKey('licenseCode', 'key');
        $api_instance = new TextApi(null, $config);

        $request = new TextAnalysisRequest();
        $request->setText($text);
        $request->setStyle('General');
        $request->setLanguage('en');
        $request->setReports(['grammar']);

For example: "Chnge the underlined prts in your writing befere you move on." : $result = $api_instance->post($request) returns empty object.

Composer config is wrong

Please, update composer config in documentation from "prowriting" to "prowritingaid"
Current:

{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/prowriting/prowriting.php.git"
    }
  ],
  "require": {
    "prowriting/prowriting.php": "*@dev"
  }
}

Expected:

{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/prowriting/prowritingaid.php.git"
    }
  ],
  "require": {
    "prowriting/prowritingaid.php": "*@dev"
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.