Skip to content

adiospl/WykopSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WykopSharp

Klient API serwisu Wykop.pl dla C# .NET.

Przykład użycia:

Wysłanie PM

    private async Task<BooleanResponse> SendMessage(string appKey, string appSecret, string userKey)
    {
        var file = new ByteFile("resource\\test.PNG");

        var test = @"( ͡°( ͡° ͜ʖ( ͡° ͜ʖ ͡°)ʖ ͡°) ͡°)";

        using (var client = WykopSharpClientFactory.Create<WykopSharpClient.WykopSharpClient>(appKey, appSecret, userKey))
        {
            client.Authenticate();

            var result = await client.Conversation.Send("adios", test, file);
            return result;
        }
    }

Powiązane:

Version

not versioned yet ;-)

Todos

  • Porządek z Modelem
  • Check in unit test

About

Wykop.pl unofficial API Client Written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages