Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Add scrapper mappings for 24.07.0003.59704
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbadelek committed Aug 16, 2024
1 parent 3472650 commit 3663f4a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
7 changes: 6 additions & 1 deletion generator/src/main/kotlin/mapping/Endpoints.kt
Original file line number Diff line number Diff line change
Expand Up @@ -667,5 +667,10 @@ val ApiEndpointsMapV4 = ApiEndpointsMap + mapOf(
"uonetplus-uczen" to UonetPlusUczen_24_04_0010_58863,
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
"uonetplus-wiadomosciplus" to ApiEndpoints00010Messages,
)
),
"24.07.0003.59704" to mapOf(
"uonetplus-uczen" to UonetPlusUczen_24_04_0010_58863,
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
"uonetplus-wiadomosciplus" to ApiEndpoints00010Messages,
),
)
3 changes: 2 additions & 1 deletion generator/src/main/kotlin/mapping/ResponseKeys.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ internal val ApiEndpointsResponseMapping = mapOf(
"24.05.0003.59126" to LastResponseMapping0010,
"24.06.0002.59394" to LastResponseMapping0010,
"24.07.0000.59496" to LastResponseMapping0010,
"24.07.0001.59644" to LastResponseMapping0010
"24.07.0001.59644" to LastResponseMapping0010,
"24.07.0003.59704" to LastResponseMapping0010
)
13 changes: 12 additions & 1 deletion generator/src/main/kotlin/mapping/VHeaders.kt
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,16 @@ val ApiEndpointsVHeaders = mapOf(
"uonetplus-uczenplus" to mapOf(
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
),
)
),
"24.07.0003.59704" 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}",
),
),
)
3 changes: 2 additions & 1 deletion generator/src/main/kotlin/mapping/VTokens.kt
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,6 @@ val ApiEndpointsVTokenMap = mapOf(
"24.05.0003.59126" to LastApiEndpointsVTokenMap,
"24.06.0002.59394" to LastApiEndpointsVTokenMap,
"24.07.0000.59496" to LastApiEndpointsVTokenMap,
"24.07.0001.59644" to LastApiEndpointsVTokenMap
"24.07.0001.59644" to LastApiEndpointsVTokenMap,
"24.07.0003.59704" to LastApiEndpointsVTokenMap,
)

0 comments on commit 3663f4a

Please sign in to comment.