mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:46:49 +00:00
Changed from full timestamp to hour-only format to match implementation. OLD: /active-rate-limits/2025-12-31T13:34:46Z (YYYY-MM-DDTHH:MM:SSZ) NEW: /active-rate-limits/2025-12-31-13 (YYYY-MM-DD-HH) Benefits: - API now matches actual implementation (hour-level caching) - Eliminates timezone/minute truncation confusion - Clearer semantics: 'active during this hour' not 'at this second' - Direct cache key mapping improves performance - Simpler date parsing (no timezone handling needed) Files changed: - APIMethods600.scala: Updated endpoint and date parsing - RateLimitsTest.scala: Updated all test cases to new format - Glossary.scala: Updated API documentation - introductory_system_documentation.md: Updated user docs This is a breaking change but necessary to align API with implementation. Rate limits are cached and queried at hour granularity, so the API should reflect that reality. |
||
|---|---|---|
| .. | ||
| ABAC_CONSENTS.md | ||
| CACHE_NAMESPACE_STANDARDIZATION.md | ||
| HTML_PAGES_REFERENCE.md | ||
| obp-abac-examples-before-after.md | ||
| obp-abac-quick-reference.md | ||
| obp-abac-schema-endpoint-response-example.json | ||
| obp-abac-schema-examples-enhancement.md | ||
| obp-abac-schema-examples-implementation-summary.md | ||
| obp-abac-structured-examples-implementation-plan.md | ||
| REPLACE_USER_ID_WITH_CONSENT_USER_ID.md | ||
| should_fix_role_docs.md | ||