Add support for different api versions
- vendor.conf now has a default api version: - apiVersion = 3 is set for all current providers - provider.py (called during `make vendor`) now supports api version and writes it to providers.json - the desktop client logs the used api version. Currently v5 is not yet implement. This is just the preparation for it - this is only a temporary solution. In the future, we want to get the api version during runtime by parsing $api/provider.json
parent
10e3ef00
No related branches found
No related tags found
Showing
- branding/scripts/init 1 addition, 0 deletionsbranding/scripts/init
- branding/scripts/provider.py 8 additions, 3 deletionsbranding/scripts/provider.py
- gui/providers/providers.json 4 additions, 2 deletionsgui/providers/providers.json
- pkg/bitmask/init.go 13 additions, 5 deletionspkg/bitmask/init.go
- pkg/config/config.go 1 addition, 0 deletionspkg/config/config.go
- providers/vendor.conf 5 additions, 0 deletionsproviders/vendor.conf
Loading