Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.99 KB

File metadata and controls

52 lines (35 loc) · 1.99 KB

io.swagger.client - Kotlin client library for Plataforma de Ressarcimento do Open Banking Brasil

Requires

  • Kotlin 1.4.30
  • Gradle 5.3

Build

First, create the gradle wrapper script:

gradle wrapper

Then, run:

./gradlew check assemble

This runs all tests and packages the library.

Features/Implementation Notes

  • Supports JSON inputs/outputs, File inputs, and Form inputs.
  • Supports collection formats for query parameters: csv, tsv, ssv, pipes.
  • Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in Swagger definitions.
  • Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.

Documentation for API Endpoints

All URIs are relative to https://ressarcimento.opbkdev.smartfylabs.com

Class Method HTTP request Description
RefundAPIV1Api findNotificationById GET /apis/v1/refund/notifications/{processId} Operação de consulta de processos de transações
RefundAPIV1Api healthcheck GET /apis/v1/refund/notifications/healthcheck Operação de consulta de monitoramento de processos de transações
RefundAPIV1Api notification POST /apis/v1/refund/notifications/ Operação de registro unitário de transação
RefundAPIV1Api notifications PATCH /apis/v1/refund/notifications/ Operação de registro em massa de uma transação

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.