swagger-api/swagger-codegen

[Swift] Add configuration class

Open

#5,642 建立於 2017年5月15日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)HTML (5,474 fork)batch import
Enhancement: FeatureGeneral: Discussionhelp wanted

倉庫指標

Star
 (12,701 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Description

Similar to ObjC API client, which uses DefaultConfiguration class to store settings such as username, password, host, option to verify SSL, etc, we want to consider doing the same in the Swift 2.x/3.x API client.

Currently, ObjC is using singleton for the configuration class. For Python, we just switched from singleton to per-ApiClient for the configuration class. For Swift, we might want to create the configuration class per ApiClient instead of singleton as other API clients (e.g. C#, PHP, Ruby) also follows the per-ApiClient design (instead of having all instances of ApiClient share the same configuration)

Swagger-codegen version

2.3.0

If anyone has any suggestion/feedback, or wants to work on this enhancement, please reply to let us know. Thank you.

貢獻者指南