This repository was archived by the owner on Oct 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Filter options
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ <h1 class="page-title"><a href="index.html">Auctions API</a></h1>
2
2
< p class ="intro "> Build your own tools using our API to access GSA Auctions listings</ p >
3
3
< nav >
4
4
< ul >
5
- < li > < a href ="http ://gsa.github.io/auctions_api/ " class ="overview "> Overview</ a > </ li >
5
+ < li > < a href ="https ://gsa.github.io/auctions_api/ " class ="overview "> Overview</ a > </ li >
6
6
< li > < a href ="basics " class ="basics "> API basics</ a > </ li >
7
7
< li > < a href ="fields " class ="fields "> Field reference</ a > </ li >
8
8
< li > < a href ="key " class ="fields "> API Key</ a > </ li >
Original file line number Diff line number Diff line change 6
6
< meta charset ="utf-8 ">
7
7
< meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
8
8
< title > SAM API documentation - GSA</ title >
9
- < link rel ="stylesheet " href ="http ://gsa.github.io/auctions_api/static/css/normalize.css ">
10
- < link rel ="stylesheet " href ="http ://gsa.github.io/auctions_api/static/css/style.css ">
9
+ < link rel ="stylesheet " href ="https ://gsa.github.io/auctions_api/static/css/normalize.css ">
10
+ < link rel ="stylesheet " href ="https ://gsa.github.io/auctions_api/static/css/style.css ">
11
11
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
12
<!--[if lt IE 9]>
13
13
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14
14
<![endif]-->
15
15
16
16
<!--[if IE]>
17
- <link rel="stylesheet" href="http ://gsa.github.io/auctions_api/static/css/for-ie-only.css">
17
+ <link rel="stylesheet" href="https ://gsa.github.io/auctions_api/static/css/for-ie-only.css">
18
18
<![endif]-->
19
19
</ head >
20
20
< body >
41
41
{% include footer.html %}
42
42
</ div >
43
43
</ footer >
44
- < script src ="http ://gsa.github.io/auctions_api/static/js/docs.min.js "> </ script >
45
- < script type ="text/javascript " src ="http ://gsa.github.io/auctions_api/static/js/expandables.js "> </ script >
44
+ < script src ="https ://gsa.github.io/auctions_api/static/js/docs.min.js "> </ script >
45
+ < script type ="text/javascript " src ="https ://gsa.github.io/auctions_api/static/js/expandables.js "> </ script >
46
46
</ body >
47
47
</ html >
Original file line number Diff line number Diff line change 6
6
< meta charset ="utf-8 ">
7
7
< meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
8
8
< title > Auctions API documentation - GSA</ title >
9
- < link rel ="stylesheet " href ="http ://gsa.github.io/auctions_api/static/css/normalize.css ">
10
- < link rel ="stylesheet " href ="http ://gsa.github.io/auctions_api/static/css/style.css ">
9
+ < link rel ="stylesheet " href ="https ://gsa.github.io/auctions_api/static/css/normalize.css ">
10
+ < link rel ="stylesheet " href ="https ://gsa.github.io/auctions_api/static/css/style.css ">
11
11
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
12
<!--[if lt IE 9]>
13
13
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14
14
<![endif]-->
15
15
16
16
<!--[if IE]>
17
- <link rel="stylesheet" href="http ://gsa.github.io/auctions_api/static/css/for-ie-only.css">
17
+ <link rel="stylesheet" href="https ://gsa.github.io/auctions_api/static/css/for-ie-only.css">
18
18
<![endif]-->
19
19
</ head >
20
20
< body >
41
41
{% include footer.html %}
42
42
</ div >
43
43
</ footer >
44
- < script src ="http ://gsa.github.io/auctions_api/static/js/docs.min.js "> </ script >
45
- < script type ="text/javascript " src ="http ://gsa.github.io/auctions_api/static/js/expandables.js "> </ script >
44
+ < script src ="https ://gsa.github.io/auctions_api/static/js/docs.min.js "> </ script >
45
+ < script type ="text/javascript " src ="https ://gsa.github.io/auctions_api/static/js/expandables.js "> </ script >
46
46
{% if page.script %}
47
47
< script type ="text/javascript ">
48
48
{ { page . script } }
Original file line number Diff line number Diff line change 1
1
{
2
2
"apiVersion" : " 1.0.0" ,
3
3
"swaggerVersion" : " 1.2" ,
4
- "basePath" : " http ://gsa.github.io/sam_api/static/api_docs" ,
4
+ "basePath" : " https ://gsa.github.io/sam_api/static/api_docs" ,
5
5
"apis" : [
6
6
{
7
7
"path" : " /sam_swagger.json" ,
You can’t perform that action at this time.
0 commit comments