perspective_api 1.0.0

An unopinionated client and a somewhat opinionated service for the Perspective API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "error": {
    "code": 400,
    "message": "Comment must be non-empty.",
    "status": "INVALID_ARGUMENT",
    "details": [
      {
        "@type": "type.googleapis.com/google.commentanalyzer.v1alpha1.Error",
        "errorType": "COMMENT_EMPTY"
      }
    ]
  }
}