Last active
May 12, 2016 00:52
-
-
Save Jehong-Ahn/9dfb2241b3a20009972f14f6937a9ede to your computer and use it in GitHub Desktop.
Social Monitoring API
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
swagger: '2.0' | |
info: | |
title: Social Monitoring API | |
description: | | |
# Firebase ################################ | |
version: '1.0.0' | |
host: 'appspot.com' | |
basePath: '/v1' | |
schemes: | |
- http | |
- https | |
consumes: | |
- 'text/plain; charset=utf-8' | |
produces: | |
- 'application/json' | |
security: | |
- session: [] | |
securityDefinitions: | |
session: | |
description: 유저세션. 무효할 시 `Invalid session` 에러를 리턴 | |
type: apiKey | |
name: session | |
in: query | |
required: true | |
paths: | |
'/search': | |
post: | |
summary: 검색 매니저 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment