Files
pysim/pySim/esim
Philipp Maier 0d891e362d esim/http_json_api: allow URL rewriting
The URL used when HTTP requests are performed is defined statically
with the url_prefix passed to the constructor of JsonHttpApiClient
together with the path property in JsonHttpApiFunction.

For applications that require dynamic URLs there is no way to rewrite
the URL. Let's add a mechanism that allows API users to apply custom
URL reqriting rules by adding a reqrite_url method to
JsonHttpApiFunction. API users may then overload this method with a
custom implementation as needed.

Related: SYS#7918
Change-Id: Id2713a867079cc140517fe312189e5e2162608a5
2026-03-16 15:05:00 +01:00
..
2025-09-24 15:04:36 +00:00
2026-02-09 12:46:03 +00:00
2025-09-24 17:59:17 +00:00
2025-08-15 13:04:02 +02:00