api-diff icon indicating copy to clipboard operation
api-diff copied to clipboard

A command line tool for diffing json rest APIs

Results 4 api-diff issues
Sort by recently updated
recently updated
newest added

- eslint fix: make it explicit that this project uses single quotes - fix trailing spaces in some README.md examples + get rid of junk from my old prompt -...

HI Thanks for this tool . I almost got it to work but the compare with baseline won't do it. These 2 Commands ARE working, so I'm pretty sure the...

In my API the response contains an absolute URL. For example: ``` { "url": "https://staging.example.com/api/node/1" } ``` and ``` { "url": "https://example.com/api/node/1" } ``` Running the following command ``` api-diff...

My application supports requests with bulk parameter support, so for ex, URL is like /foo?id=1&id=3&id=5, its converting the same to /foo?id[]=1&id[]=3&id[]=5 how to handle this to avoid brackets getting added