Viewing profile — tiempie
tiempie
HN member- Joined
- Mon, Sep 22, 2025, 10:55 AM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About tiempie
No profile information was provided.
Recent public activity
-
story
Show HN: Mocking APIs by just posting jsons to endpoints
I made a self-hosted API for crud-ing json data (initially for simple storage use cases). However, I started using to mock APIs, where I have scripts that create/edit random jsons …
-
comment
Comment #45453337
Nice. So sending {"username": "tom"} to /api/test/users will create > test.json with {"users": {"username": "tom"}} ?
-
comment
Comment #45331688
Note, the API is written in GO and based on your JSON structure. So the example below is for CRUD-ing [key1][key2] in file.json. The value (which can be anything) is then added to …
- story