Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <string>
#include <vector>
using namespace std;
void printVector(vector<vector<string>>& vector){
for (int x = 0; x < vector.size(); x++){
cout << x << " ";
if (vector[x].empty()){
cout << "";
## Канал [/app/v1/channels/{channel_id}]
### GET получить данные о канале
+ Request (application/json)
+ Headers
Authorization: (optional) egkvnerov23SCSokn4==