forked from BaekTree/TIBigdataFE
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from cinxdy/master
Merge
- Loading branch information
Showing
9 changed files
with
14,228 additions
and
30 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
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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous"> | ||
|
||
<div class="content-container"> | ||
<app-open-api-menu></app-open-api-menu> | ||
|
||
|
@@ -21,7 +23,11 @@ | |
<div class="jp-Cell-inputWrapper"><div class="jp-InputPrompt jp-InputArea-prompt"> | ||
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown"> | ||
|
||
<h1 id="Open-API-제공-데이터-및-서비스">Open API 제공 데이터 및 서비스<a class="anchor-link" href="#Open-API-제공-데이터-및-서비스">¶</a></h1><ul> | ||
<h1 id="Open-API-제공-데이터-및-서비스">Open API 제공 데이터 및 서비스 | ||
<!-- <a class="anchor-link" href="#Open-API-제공-데이터-및-서비스">¶</a> --> | ||
</h1> | ||
|
||
<ul> | ||
<li>단순 검색(simple_search)</li> | ||
<li>상세 검색(detailed_search)</li> | ||
<li>내 보관함 내 검색(my_doc)</li> | ||
|
@@ -31,10 +37,12 @@ <h1 id="Open-API-제공-데이터-및-서0 | |
</div> | ||
<div class="jp-Cell-inputWrapper"><div class="jp-InputPrompt jp-InputArea-prompt"> | ||
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown"> | ||
<h1 id="요청-변수-목록">요청 변수 목록<a class="anchor-link" href="#요청-변수-목록">¶</a></h1><ul> | ||
<h1 id="요청-변수-목록">요청 변수 목록 | ||
<!-- <a class="anchor-link" href="#요청-변수-목록">¶</a> --> | ||
</h1><ul> | ||
<li>단순 검색(simple_search)</li> | ||
</ul> | ||
<table> | ||
<table class="table table-hover"> | ||
<thead><tr> | ||
<th style="text-align:center">변수명(영문)</th> | ||
<th style="text-align:center">변수명(국문)</th> | ||
|
@@ -82,7 +90,7 @@ <h1 id="요청-변수-목록">요청  | |
<ul> | ||
<li>상세 검색(detailed_search) 또는 내 보관함 내 검색(my_doc)</li> | ||
</ul> | ||
<table> | ||
<table class="table table-hover"> | ||
<thead><tr> | ||
<th style="text-align:center">변수명(영문)</th> | ||
<th style="text-align:center">변수명(국문)</th> | ||
|
@@ -188,7 +196,9 @@ <h1 id="요청-변수-목록">요청  | |
</div> | ||
<div class="jp-Cell-inputWrapper"><div class="jp-InputPrompt jp-InputArea-prompt"> | ||
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown"> | ||
<h1 id="응답-변수-목록">응답 변수 목록<a class="anchor-link" href="#응답-변수-목록">¶</a></h1><table> | ||
<h1 id="응답-변수-목록">응답 변수 목록 | ||
<!-- <a class="anchor-link" href="#응답-변수-목록">¶</a> --> | ||
</h1><table class="table table-hover"> | ||
<thead><tr> | ||
<th style="text-align:center">변수명(영문)</th> | ||
<th style="text-align:center">변수명(국문)</th> | ||
|
@@ -266,7 +276,11 @@ <h1 id="응답-변수-목록">응답  | |
</div> | ||
<div class="jp-Cell-inputWrapper"><div class="jp-InputPrompt jp-InputArea-prompt"> | ||
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown"> | ||
<h1 id="예제-코드">예제 코드<a class="anchor-link" href="#예제-코드">¶</a></h1><h2 id="원하는-문서들을-불러와서-data-frame에-띄우기">원하는 문서들을 불러와서 data frame에 띄우기<a class="anchor-link" href="#원하는-문서들을-불러와서-data-frame에-띄우기">¶</a></h2> | ||
<h1 id="예제-코드">예제 코드 | ||
<!-- <a class="anchor-link" href="#예제-코드">¶</a> --> | ||
</h1><h2 id="원하는-문서들을-불러와서-data-frame에-띄우기">원하는 문서들을 불러와서 data frame에 띄우기 | ||
<!-- <a class="anchor-link" href="#원하는-문서들을-불러와서-data-frame에-띄우기">¶</a> --> | ||
</h2> | ||
</div> | ||
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs "> | ||
<div class="jp-Cell-inputWrapper"> | ||
|
@@ -290,7 +304,9 @@ <h1 id="예제-코드">예제 코드<a c | |
</div> | ||
<div class="jp-Cell-inputWrapper"><div class="jp-InputPrompt jp-InputArea-prompt"> | ||
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown"> | ||
<h3 id="사용자에-맞게-수정할-부분">사용자에 맞게 수정할 부분<a class="anchor-link" href="#사용자에-맞게-수정할-부분">¶</a></h3> | ||
<h3 id="사용자에-맞게-수정할-부분">사용자에 맞게 수정할 부분 | ||
<!-- <a class="anchor-link" href="#사용자에-맞게-수정할-부분">¶</a> --> | ||
</h3> | ||
</div> | ||
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs "> | ||
<div class="jp-Cell-inputWrapper"> | ||
|
@@ -428,7 +444,7 @@ <h3 id="사용자에-맞게-수정ᕖ | |
text-align: right; | ||
} | ||
</style> | ||
<table border="1" class="dataframe"> | ||
<table border="1" class="dataframe table table-hover"> | ||
<thead> | ||
<tr style="text-align: right;"> | ||
<th></th> | ||
|
Oops, something went wrong.