dhuan_
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
dop reads JSON, YAML, or TOML from stdin, walks the structure field by field, and lets you transform values with Lua. It can also query nested paths and convert between formats. It weights just 800kb and you don't need…
- Mock – An API creation and testing utility: Examples (dhuan.github.io)
-
mock is an API utility - it lets you: - define API routes easily through API configuration files or through command-line parameters. - use shells scripts as response handlers. Or any other type of program can act as…
- Show HN: Mock – Language-agnostic API mocking and testing utility (dhuan.github.io)
- Show HN: mock v0.6.0 (github.com)
mock enables you to quickly set up HTTP APIs. As effortlessly as possible. Additionally, it has test-assertion capabilities that facilitates E2E tests - assert that endpoint x has been requested with body fields y and…
- Show HN: Mock – setup and test APIs easily (github.com)