Skip to content

Commit

Permalink
docs: update PkgGoDev badge
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jul 18, 2020
1 parent e288d06 commit d98866d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# VK SDK for Golang

[![Build Status](https://travis-ci.com/SevereCloud/vksdk.svg?branch=master)](https://travis-ci.com/SevereCloud/vksdk)
[![Documentation](https://godoc.org/github.com/SevereCloud/vksdk?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk?tab=subdirectories)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk)](https://pkg.go.dev/github.com/SevereCloud/vksdk?tab=subdirectories)
[![VK Developers](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/)
[![codecov](https://codecov.io/gh/SevereCloud/vksdk/branch/master/graph/badge.svg)](https://codecov.io/gh/SevereCloud/vksdk)
[![VK chat](https://img.shields.io/badge/VK%20chat-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.me/join/AJQ1d6Or8Q00Y_CSOESfbqGt)
Expand Down
8 changes: 4 additions & 4 deletions api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API

[![Documentation](https://godoc.org/github.com/SevereCloud/vksdk/api?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/api)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/api)](https://pkg.go.dev/github.com/SevereCloud/vksdk/api)
[![VK](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/first_guide)

Данная библиотека поддерживает версию API **5.103**.
Expand Down Expand Up @@ -34,7 +34,7 @@ if err != nil {

### Параметры

[![документация](https://godoc.org/github.com/SevereCloud/vksdk/api/params?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/api/params)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/api/params)](https://pkg.go.dev/github.com/SevereCloud/vksdk/api/params)

Модуль params предназначен для генерации параметров запроса.

Expand All @@ -52,7 +52,7 @@ res, err = api.MessageSend(b.Params)

### Обработка ошибок

[![документация](https://godoc.org/github.com/SevereCloud/vksdk/api/errors?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/api/errors)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/api/errors)](https://pkg.go.dev/github.com/SevereCloud/vksdk/api/errors)
[![VK](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/errors)

Пример обработки ошибки
Expand Down Expand Up @@ -104,7 +104,7 @@ log.Print(response)

### Execute

[![документация](https://godoc.org/github.com/SevereCloud/vksdk/errors?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/api#VK.Execute)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/errors)](https://pkg.go.dev/github.com/SevereCloud/vksdk/api#VK.Execute)
[![VK](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/execute)

Универсальный метод, который позволяет запускать последовательность других
Expand Down
2 changes: 1 addition & 1 deletion callback/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Callback API

[![Documentation](https://godoc.org/github.com/SevereCloud/vksdk/callback?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/callback)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/callback)](https://pkg.go.dev/github.com/SevereCloud/vksdk/callback)
[![VK](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/callback_api)

## Подключение Callback API
Expand Down
2 changes: 1 addition & 1 deletion foaf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FOAF

[![Documentation](https://godoc.org/github.com/SevereCloud/vksdk/foaf?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/foaf)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/foaf)](https://pkg.go.dev/github.com/SevereCloud/vksdk/foaf)

FOAF (акроним от Friend of a Friend - "друг друга") является машиночитаемым
языком для описания людей, групп и отношений между ними.
Expand Down
2 changes: 1 addition & 1 deletion longpoll-bot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bots Long Poll API

[![Documentation](https://godoc.org/github.com/SevereCloud/vksdk/longpoll-bot?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/longpoll-bot)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/longpoll-bot)](https://pkg.go.dev/github.com/SevereCloud/vksdk/longpoll-bot)
[![VK](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/bots_longpoll)

## Подключение Bots Long Poll API
Expand Down
2 changes: 1 addition & 1 deletion longpoll-user/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# User Long Poll API

[![Documentation](https://godoc.org/github.com/SevereCloud/vksdk/longpoll-user?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/longpoll-user)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/longpoll-user)](https://pkg.go.dev/github.com/SevereCloud/vksdk/longpoll-user)
[![VK](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/using_longpoll)

## Подключение User Long Poll API
Expand Down
2 changes: 1 addition & 1 deletion longpoll-user/v3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Обработчик User Long Poll API v3

[![Documentation](https://godoc.org/github.com/SevereCloud/vksdk/longpoll-user/v3?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/longpoll-user/v3)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/longpoll-user/v3)](https://pkg.go.dev/github.com/SevereCloud/vksdk/longpoll-user/v3)
[![VK](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/using_longpoll)

Данный модуль поддерживает версию **3**.
Expand Down
2 changes: 1 addition & 1 deletion vkapps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VK Mini Apps

[![Documentation](https://godoc.org/github.com/SevereCloud/vksdk/vkapps?status.svg)](https://pkg.go.dev/github.com/SevereCloud/vksdk/vkapps)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/SevereCloud/vksdk/vkapps)](https://pkg.go.dev/github.com/SevereCloud/vksdk/vkapps)
[![VK](https://img.shields.io/badge/developers-%234a76a8.svg?logo=VK&logoColor=white)](https://vk.com/dev/vk_apps_docs)

[VK Mini Apps](https://vk.com/dev/vk_apps_docs) — это платформа встраиваемых
Expand Down

0 comments on commit d98866d

Please sign in to comment.