This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.1.0 | |
info: | |
title: Vocab Sheet RW (A:E) | |
version: "1.0" | |
servers: | |
- url: https://sheets.googleapis.com | |
components: | |
schemas: {} # leer lassen, damit der Parser ein Objekt vorfindet | |
securitySchemes: | |
googleOAuth: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.1.0 | |
info: | |
title: Vocab Sheet API | |
version: "1.0" | |
servers: | |
- url: https://sheets.googleapis.com/v4/spreadsheets | |
paths: | |
/{spreadsheetId}/values/{range}: | |
get: | |
operationId: sheet_read |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.1 | |
info: | |
title: Vocab Sheet API | |
version: '1.0' | |
servers: | |
- url: https://sheets.googleapis.com/v4/spreadsheets | |
paths: | |
/{spreadsheetId}/values/{range}: | |
get: | |
operationId: sheet_read |