https://github.com/metapraveen/papi
chrome extension to check consistency of backend APIs
https://github.com/metapraveen/papi
Last synced: about 2 months ago
JSON representation
chrome extension to check consistency of backend APIs
- Host: GitHub
- URL: https://github.com/metapraveen/papi
- Owner: metapraveen
- Created: 2018-07-06T15:32:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T15:41:11.000Z (over 5 years ago)
- Last Synced: 2025-02-01T20:14:34.385Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### PAPI - chrome extension to check consistency of backend APIs
Helps to debug the issue when fronend breaks during page reloads.
Shows if any APIs response or header has changed.#### motivation
A couple of times I ran into an issue where frontend application state was changing on reloading of the page. Need to track down if it was a frontend bug or APIs were not consistent. So created this extension to double check the API.
### Install
I will publish this to chromestore soon and update the link here#### todos
- [ ] pulish to chrome app store
+ [ ] compare headers
- [ ] give filtering option
+ [ ] let the user choose the response types### credits
icon by [creativestall from thenounproject](https://thenounproject.com/creativestall/)
[https://github.com/mooring/chrome-extensions](https://github.com/mooring/chrome-extensions) used this get started with.
Used [deep-diff](https://github.com/flitbit/diff/) to generate json response diff### license
MIT