/
bauerd
/
YandexWebmaster
Обзор
Документация
Войти
/
bauerd
/
YandexWebmaster
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Classes/YandexAPI/API.cs
14 строк
274 B
bauer
Добавьте файлы проекта.
18 дек 2023, 20:38
18 дек 2023, 20:38
01625f0
Код
Авторство
О чём код?
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace YandexWebmaster { public partial class API { protected HttpClient httpClient = new HttpClient(); } }