feature/Add version 6.0.0

This commit is contained in:
Marko Milić 2025-10-28 13:04:55 +01:00
parent 5d918eac98
commit 65ae8eaec9

View File

@ -332,11 +332,13 @@ except ImportError:
# DO NOT TRY TO DO SO YOU WILL BE IGNORED!
OBPv500 = API_HOST + '/obp/v5.0.0'
OBPv510 = API_HOST + '/obp/v5.1.0'
OBPv600 = API_HOST + '/obp/v6.0.0'
# API Versions
API_VERSION = {
"v500": OBPv500,
"v510": OBPv510
"v510": OBPv510,
"v600": OBPv600
}
# For some reason, swagger is not available at the latest API version
#API_URL_SWAGGER = API_HOST + '/obp/v1.4.0/resource-docs/v' + 5.1.0 + '/swagger' # noqa