Registry / http-client / severecloud-vksdk-v2

severecloud-vksdk-v2

JSON →
library2.17.0gogounverified

Package vksdk implements the basic VK API functions.

go get github.com/SevereCloud/vksdk/v2
INSTALL
IMPORT
SIG · SEVERECLOUD-VKSDK-
S
severecloud-vksdk-v2
http-clientgov2.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vksdk
github.com/SevereCloud/vksdk/v2

Initializes VK API client and fetches user info.

package main import ( "github.com/SevereCloud/vksdk/v2/api" ) func main() { vk := api.NewVK("token") users, _ := vk.UsersGet(api.Params{"user_ids": "1"}) _ = users }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.17.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
severecloud-vksdk-v2 — go get severecloud-vksdk-v2 · libregistry