UST-QuAntiL / qhana-plugin-registry

A plugin registry for QHAna plugins
https://qhana-plugin-registry.readthedocs.io/en/latest
Apache License 2.0
0 stars 0 forks source link

Reduce the number of endpoint constants #2

Closed PhilWun closed 1 year ago

PhilWun commented 1 year ago

This PR reduces the number of endpoint constants by generating the endpoint URLs during runtime. This will make future refactoring easier. To prevent circular imports, I had to generate the URLs inside a function and import everything there.