header

Linka Sdk

To aid in the development of alternative clients, we created an SDK for new developers that serves as an abstraction layer and ready-to-use toolset.

ToolsKits
        
            

auth

--login

--register

Feed

--Feed
--Posts
--Stars
--Comments

Examples

Want to make a Login to your simple client?

python
        
            from Linka import LinkaSdk
url = "https://example.com"
data = {
"username":"example",
"password":"123456"
}
login_response = LinkaSdk.Login(url, data)

Available languages

Python
JavaScript
C++