Documentation
¶
Index ¶
Constants ¶
View Source
const API_VERSION string = `5.33`
View Source
const DEFAULT_PHOTO_COUNT int = 500
View Source
const URL_API string = `https://api.vk.com/method/`
View Source
const URL_LOGIN string = `https://login.vk.com/`
View Source
const VERSION string = "5.33"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Photo ¶
type Photo struct { Id int OwnerId int `json:"owner_id"` AlbumId int `json:"album_id"` Date Timestamp Likes Count Comments Count }
func (Photo) LikesCount ¶
type Timestamp ¶
func (*Timestamp) UnmarshalJSON ¶
type VkApiError ¶
func (VkApiError) Error ¶
func (e VkApiError) Error() string
type VkAuthError ¶
type VkAuthError struct {
// contains filtered or unexported fields
}
func (VkAuthError) Error ¶
func (e VkAuthError) Error() string
Click to show internal directories.
Click to hide internal directories.