-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,532 additions
and
136 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
= Lotto-Folio API Spec Docs | ||
:doctype: book | ||
:icons: font | ||
:source-highlighter: highlightjs | ||
:toc: left | ||
:toclevels: 3 | ||
:sectlinks: | ||
:hardbreaks: | ||
:operation-curl-request-title: Example request | ||
:operation-http-response-title: Example response | ||
|
||
// == Other Page | ||
// [[overview-other-page]] | ||
// http://cbt-internal-melon-alliance.melon.devel.kakao.com/docs/common.html[COMMON] | ||
// http://cbt-internal-melon-alliance.melon.devel.kakao.com/docs/code.html[API CODES] | ||
// http://cbt-internal-melon-alliance.melon.devel.kakao.com/docs/logging.html[LOGGING] | ||
|
||
|
||
:sectnums: | ||
|
||
|
||
== API Docs | ||
|
||
=== 인증 | ||
|
||
==== 인가코드 요청 | ||
|
||
===== 요청 | ||
include::{snippets}/authorize_step/http-request.adoc[] | ||
|
||
===== cUrl Request | ||
include::{snippets}/authorize_step/curl-request.adoc[] | ||
|
||
===== Response | ||
include::{snippets}/authorize_step/http-response.adoc[] | ||
|
||
''' | ||
|
||
|
||
|
||
=== 당첨번호 | ||
|
||
==== 특정 당첨번호 조회 | ||
|
||
===== 요청 | ||
include::{snippets}/number_step/http-request.adoc[] | ||
|
||
===== Request parameter | ||
include::{snippets}/number_step/query-parameters.adoc[] | ||
|
||
===== cUrl Request | ||
include::{snippets}/number_step/curl-request.adoc[] | ||
|
||
===== Response Field | ||
include::{snippets}/number_step/response-fields.adoc[] | ||
|
||
===== Response | ||
include::{snippets}/number_step/http-response.adoc[] | ||
|
||
''' | ||
|
||
==== 최신 당첨번호 조회 | ||
|
||
===== 요청 | ||
include::{snippets}/number_latest_step/http-request.adoc[] | ||
|
||
===== cUrl Request | ||
include::{snippets}/number_latest_step/curl-request.adoc[] | ||
|
||
===== Response Field | ||
include::{snippets}/number_latest_step/response-fields.adoc[] | ||
|
||
===== Response | ||
include::{snippets}/number_latest_step/http-response.adoc[] | ||
|
||
''' |
This file contains 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
Oops, something went wrong.