Skip to content

Conversation

@dabear
Copy link
Contributor

@dabear dabear commented Jun 17, 2017

After feedback from @ps2, make shareclient framework accept shareserver string parameter. Also expose a list og known shareservers

Copy link
Owner

@mddub mddub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

private var token: String?

public init(username: String, password: String, shareServer:ShareServer=ShareServer.US) {
public init(username: String, password: String, shareServer:String=KnownShareServers.US.rawValue) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: since the convenience initializer below has a default value for shareServer, I don't think there should be a default value here.

@mddub mddub merged commit 69ce6bb into mddub:master Jun 20, 2017
loudnate pushed a commit to loudnate/dexcom-share-client-swift that referenced this pull request Dec 6, 2020
Finnish translations update
loudnate pushed a commit to loudnate/dexcom-share-client-swift that referenced this pull request Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants