OBP-API/obp-api
hongwei 98a6e2be9a feature/(http4s700): implement getBanks endpoint with proper context handling
- Replace static API info response with dynamic banks retrieval
- Add Http4sCallContextBuilder to extract request context and API version
- Integrate NewStyle.function.getBanks for fetching bank data from backend
- Use IO.fromFuture to handle asynchronous bank retrieval operations
- Convert bank data to JSON using JSONFactory400.createBanksJson
- Maintain consistent response formatting with jsonContentType header
- Enable proper call context propagation through the request lifecycle
2026-01-20 13:23:24 +01:00
..
src feature/(http4s700): implement getBanks endpoint with proper context handling 2026-01-20 13:23:24 +01:00
pom.xml refactor/(pom.xml): increase Scala compiler JVM memory allocation 2026-01-09 14:40:18 +01:00
web-app_2_3.dtd