Skip to content

Little problem for use #1

@webperfcontest2010-Nikolai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions