-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
https://github.com/readmeio/api-explorer/blob/master/example/swagger-files/petstore.json#L135-L172
sdk.get('/v2/pet/findByTags', {tags: 'tags', accept: 'application/xml', authorization: 'Bearer 123'})
.then(res => res.json())
.then(res => {
console.log(res);
});
- Does not support operation IDs right now.
- Should not bother adding
Acceptheaders that are implied by the request body type. Theapimodule should automatically handle these (or let it fall through to@readme/oas-to-har. - Auth keys should be put into
.auth()instead of as headers.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working