ibm-cloud-docs / natural-language-understanding

natural-language-understanding
22 stars 36 forks source link

comma is missing from example curl #65

Closed charles2588 closed 4 years ago

charles2588 commented 4 years ago

curl --user "apikey:{apikey}" \ "{url}/v1/analyze?version=2018-09-21" \ --request POST \ --header "Content-Type: application/json" \ --data '{ "url": "http://newsroom.ibm.com/Guerbet-and-IBM-Watson-Health-Announce-Strategic-Partnership-for-Artificial-Intelligence-in-Medical-Imaging-Liver" "features": { "concepts": {} }, "return_analyzed_text": true, "clean": false }'

comma is missing after url field ^^^^ "url": "http://newsroom.ibm.com/Guerbet-and-IBM-Watson-Health-Announce-Strategic-Partnership-for-Artificial-Intelligence-in-Medical-Imaging-Liver"

https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-analyzing-webpages#webpage-cleaning

SirSpidey commented 4 years ago

Sorry for the extremely slow response. We've fixed this and it's building to production.