8
0
youtubekids-api-design/.insomnia/ApiSpec/spc_2b420b2bed1d4d868807303a581fb8c1.yml

60 lines
1.4 KiB
YAML
Raw Normal View History

2023-03-27 11:48:41 +00:00
_id: spc_2b420b2bed1d4d868807303a581fb8c1
type: ApiSpec
parentId: wrk_cd1160cf39f5497fa4711fe4fd6567de
2023-03-27 11:51:54 +00:00
modified: 1679917892758
2023-03-27 11:48:41 +00:00
created: 1679916396495
fileName: youtubekids.yaml
contents: |+
openapi: 3.0.3
info:
title: YouTube Kids Public API
2023-03-27 11:51:54 +00:00
description: For generate API REST clients for Feelter UGC
2023-03-27 11:48:41 +00:00
contact:
2023-03-27 11:51:54 +00:00
email: garin1221@yandex.ru
2023-03-27 11:48:41 +00:00
version: 1.0.0
servers:
- url: https://www.youtubekids.com/youtubei/v1
tags:
- name: browse
description: Browse resource content
paths:
/browse:
post:
tags:
- browse
summary: Browse resource content
description: Get content for resource
operationId: browse
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/BrowseRequest'
responses:
'200':
description: Successful operation
components:
schemas:
RequestClient:
type: object
2023-03-27 11:51:54 +00:00
2023-03-27 11:48:41 +00:00
RequestContext:
type: object
properties:
client:
$ref: '#/components/schemas/RequestClient'
BrowseRequest:
type: object
properties:
context:
$ref: '#/components/schemas/RequestContext'
browseId:
type: string
example: FEkids_home
contentType: yaml