Add scrapper mappings for 24.07.0005.59728
This commit is contained in:
parent
3663f4a9db
commit
5cd48f389f
4 changed files with 19 additions and 1 deletions
|
@ -673,4 +673,9 @@ val ApiEndpointsMapV4 = ApiEndpointsMap + mapOf(
|
|||
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
|
||||
"uonetplus-wiadomosciplus" to ApiEndpoints00010Messages,
|
||||
),
|
||||
"24.07.0005.59728" to mapOf(
|
||||
"uonetplus-uczen" to UonetPlusUczen_24_04_0010_58863,
|
||||
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
|
||||
"uonetplus-wiadomosciplus" to ApiEndpoints00010Messages,
|
||||
),
|
||||
)
|
||||
|
|
|
@ -76,5 +76,6 @@ internal val ApiEndpointsResponseMapping = mapOf(
|
|||
"24.06.0002.59394" to LastResponseMapping0010,
|
||||
"24.07.0000.59496" to LastResponseMapping0010,
|
||||
"24.07.0001.59644" to LastResponseMapping0010,
|
||||
"24.07.0003.59704" to LastResponseMapping0010
|
||||
"24.07.0003.59704" to LastResponseMapping0010,
|
||||
"24.07.0005.59728" to LastResponseMapping0010
|
||||
)
|
||||
|
|
|
@ -151,4 +151,15 @@ val ApiEndpointsVHeaders = mapOf(
|
|||
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
|
||||
),
|
||||
),
|
||||
"24.07.0005.59728" to mapOf(
|
||||
"uonetplus-wiadomosciplus" to mapOf(
|
||||
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
|
||||
),
|
||||
"uonetplus-uczen" to mapOf(
|
||||
"V-TokenApi" to "{%UUID%}-{%vTokenApiIndexed%}",
|
||||
),
|
||||
"uonetplus-uczenplus" to mapOf(
|
||||
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
@ -238,4 +238,5 @@ val ApiEndpointsVTokenMap = mapOf(
|
|||
"24.07.0000.59496" to LastApiEndpointsVTokenMap,
|
||||
"24.07.0001.59644" to LastApiEndpointsVTokenMap,
|
||||
"24.07.0003.59704" to LastApiEndpointsVTokenMap,
|
||||
"24.07.0005.59728" to LastApiEndpointsVTokenMap,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue