Commit Graph
4 Commits
Author SHA1 Message Date
Lucki 07b73b166d [json_engine] Add unit test 2025-01-12 16:33:47 +01:00
Lucki f51008c414 [json_engine] mirror xpath functionality 2025-01-11 21:17:54 +01:00
Lucki e115aa048e [json_engine] document existing options 2025-01-11 21:17:54 +01:00
Lucki 18c3e08837 Fix usage of api_key engine setting
The value of `params['api_key']` isn't read anywhere.
Writing directly into the header object solves this quite easily though.

> [Users can authenticate by including their API key either in a request URL by appending `?apikey=<API KEY>`, or by including the `X-API-Key: <API KEY>` header with the request.](https://wallhaven.cc/help/api)
2025-01-06 12:25:33 +01:00