File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ export const GRID_BREAKPOINTS = {
53
53
} ;
54
54
export const SOP_LINK = 'https://sop.oncokb.org' ;
55
55
export const FAQ_LINK = 'https://faq.oncokb.org' ;
56
+ export const API_DOCUMENT_LINK = 'https://api.oncokb.org/oncokb-website/api' ;
56
57
export const DEMO_WEBSITE_LINK = 'https://demo.oncokb.org' ;
57
58
58
59
export const REDIRECT_TIMEOUT_MILLISECONDS = 10000 ;
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import oncokbClient from 'app/shared/api/oncokbClientInstance';
3
3
import { CitationText } from 'app/components/CitationText' ;
4
4
import { AuthDownloadButton } from 'app/components/authDownloadButton/AuthDownloadButton' ;
5
5
import {
6
+ API_DOCUMENT_LINK ,
6
7
DATA_RELEASES ,
7
8
DataRelease ,
8
9
DEFAULT_MARGIN_BOTTOM_LG ,
@@ -210,6 +211,11 @@ export default class APIAccessPage extends React.Component<{
210
211
https://www.oncokb.org/api/v1/genes
211
212
</ code >
212
213
</ div >
214
+ < div className = { 'mt-2' } >
215
+ Please see our detailed{ ' ' }
216
+ < Linkout link = { API_DOCUMENT_LINK } > API documentation</ Linkout > { ' ' }
217
+ for more information.
218
+ </ div >
213
219
< div className = { 'mt-2' } >
214
220
You can also use our{ ' ' }
215
221
< Linkout link = { DEMO_WEBSITE_LINK } > demo website</ Linkout > which
You can’t perform that action at this time.
0 commit comments