Skip to content

Instantly share code, notes, and snippets.

@Jehong-Ahn
Last active May 12, 2016 00:52
Show Gist options
  • Save Jehong-Ahn/9dfb2241b3a20009972f14f6937a9ede to your computer and use it in GitHub Desktop.
Save Jehong-Ahn/9dfb2241b3a20009972f14f6937a9ede to your computer and use it in GitHub Desktop.
Social Monitoring API
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