-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hello,
I'm having a trouble using your classes.
On build&run I have a problem on those lines :
shortener.login = @"mylogin";
shortener.key = @"myAPIkey";
The messages are the next ones :
"request for member "login" is not in a structure or a union"
"request for member "key" is not in a structure or a union"
And if I try to resolve it by replacing the lines with :
shortener.credentials.login = @"mylogin";
shortener.credentials.key = @"myAPIkey";
I get this :
didFailWithStatusCode: 500
Do you have an idea that could help me?
Thanks a lot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels