dhuan_

↗ HN profile [ 79.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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…