Lars Yde (LAY)

Results 6 issues of Lars Yde (LAY)

my yaml file references an external file with examples: parameters: - name: 'id' in: 'path' description: 'Id of the object' required: true schema: type: 'string' format: 'guid' examples: camera: $ref:...

Hi, could you provide a sample that shows how to use RESTler inline and external examples via RAFT?

depends on external fix

We use a self-signed certificate during development and get this when running Dredd: Error: Error: unable to verify the first certificate Stacktrace: Error: unable to verify the first certificate at...

depends on external fix

Could you give an example of how to use the Certificates option in targetConfiguration? Ideally a sample since I cant find any documentation, issue, or sample that shows how to...

I've setup my RAFT config with: "toolName": "RESTler", "outputFolder": "restler-logs", "toolConfiguration": { "tasks": [ { "task": "compile", "compileConfiguration": { "discoverExamples": true, "usebodyexamples": true, "UseQueryExamples": true, "ExamplesDirectory": "." and my API...

Do you have any good examples of how to use DeleteByQuery? I'm not sure how to write a query that deletes from an index all documents whose 'start' field is...

bug
documentation
good first issue