swagger-api/swagger-codegen

[Scala] Consolidate `scala`, `async-scala`, `akka-scala` into a single Scala API client

Open

#3.812 geöffnet am 16. Sept. 2016

Auf GitHub ansehen
 (15 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (5.474 Forks)batch import
Client: ScalaEnhancement: Featurehelp wanted

Repository-Metriken

Stars
 (12.701 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

Similar to Java, C#, Python API clients, we want to be able to provide a single Scala API client to perform synchronous and asynchronous HTTP calls.

Swagger-codegen version

Latest master

If anyone from the community wants to work on the consolidation, please refer to let us know.

A good starting point is to review how Java API client supports both synchronous and asynchronous calls and implement the same logic in the scala or async-scala generators and templates.

Contributor Guide