Results 110 comments of Jon Udell

@robertknight pointed out that the tools are expecting JSON. I used http://convertjson.com/yaml-to-json.htm to convert. Now: ``` > h_api = get_api(url= "https://jonudell.info/h/hypothesis-api.json") Warning message: In get_api(url = "https://jonudell.info/h/hypothesis-api.json") : Missing Swagger...

I'll dig into this a bit more and report back. It'd be very cool if this can work, not only for R but for other languages since I'm guessing there...

Here's what editor.swagger.io finds: ![image](https://user-images.githubusercontent.com/46509/64037545-aaf7f880-cb0a-11e9-89db-15775b5606d6.png)

I got it working by downgrading to swagger 2.0 and tweaking the server path (https://jonudell.info/h/hypothesis-api.json). ``` > h_api = get_api(url= "https://jonudell.info/h/hypothesis-api.json") > operations = get_operations(h_api) > response = operations$Search_for_annotations() Response...

I also tried a more modern approach, https://openapi-generator.tech. Result: ``` >npx openapi-generator generate -i hypothesis.yaml -g python -o . [main] WARN io.swagger.v3.parser.OpenAPIV3Parser - Exception while reading: java.lang.RuntimeException: Unable to load...

Annotations: 6070 authuser=0: 4239 authuser=1: 1560 authuser=2: 249 authuser=3: 11 authuser=4: 11 authuser=5: 0 Documents: 780 User: 702 I'll echo what Other Jon said: we perturb the doc equiv system...

> Can this be a more general feature for so that we can embed any iframe into the annotation body (and for all intents and purposes, the answer is yes...

Are there requirements met by the production Hypothesis client that are not met by Rob's prototype? On Mon, Aug 13, 2018 at 9:20 AM, Steel Wagstaff wrote: > Hi @ajpeddakotla...

Thanks for investigating, @robertknight. I've run into this again today. The annotation in question is https://hyp.is/SKXuHLuJEeiTq7cTQJbY6g/www.npr.org/2018/07/29/632994245/zimbabwes-rickety-trains-get-a-boost-from-expat-investors-next-door Here's an attempt to delete it: ![image](https://user-images.githubusercontent.com/46509/45718217-260e0c00-bb51-11e8-87f5-8e881a731308.png) Here's the annotation in the db: ![image](https://user-images.githubusercontent.com/46509/45718253-42aa4400-bb51-11e8-8913-33a1054d6326.png)...