-
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.
publish: Merge pull request #176 from bullhorn/f/linktoapichangelog
generated from commit 99f048a
- Loading branch information
1 parent
384fa80
commit 542d889
Showing
4 changed files
with
133 additions
and
2,497 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<title>Rest API Changes by Bullhorn Release</title> | ||
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,400italic,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> | ||
|
||
<style> | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight, .highlight .w { | ||
color: #f8f8f2; | ||
background-color: #272822; | ||
} | ||
.highlight .err { | ||
color: #151515; | ||
background-color: #ac4142; | ||
} | ||
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { | ||
color: #505050; | ||
} | ||
.highlight .cp { | ||
color: #f4bf75; | ||
} | ||
.highlight .nt { | ||
color: #f4bf75; | ||
} | ||
.highlight .o, .highlight .ow { | ||
color: #d0d0d0; | ||
} | ||
.highlight .p, .highlight .pi { | ||
color: #d0d0d0; | ||
} | ||
.highlight .gi { | ||
color: #90a959; | ||
} | ||
.highlight .gd { | ||
color: #ac4142; | ||
} | ||
.highlight .gh { | ||
color: #6a9fb5; | ||
background-color: #151515; | ||
font-weight: bold; | ||
} | ||
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { | ||
color: #aa759f; | ||
} | ||
.highlight .kc { | ||
color: #d28445; | ||
} | ||
.highlight .kt { | ||
color: #d28445; | ||
} | ||
.highlight .kd { | ||
color: #d28445; | ||
} | ||
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { | ||
color: #90a959; | ||
} | ||
.highlight .sr { | ||
color: #75b5aa; | ||
} | ||
.highlight .si { | ||
color: #8f5536; | ||
} | ||
.highlight .se { | ||
color: #8f5536; | ||
} | ||
.highlight .nn { | ||
color: #f4bf75; | ||
} | ||
.highlight .nc { | ||
color: #f4bf75; | ||
} | ||
.highlight .no { | ||
color: #f4bf75; | ||
} | ||
.highlight .na { | ||
color: #6a9fb5; | ||
} | ||
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { | ||
color: #90a959; | ||
} | ||
.highlight .ss { | ||
color: #90a959; | ||
} | ||
</style> | ||
<link href="stylesheets/screen.css" rel="stylesheet" media="screen" /> | ||
<link href="stylesheets/print.css" rel="stylesheet" media="print" /> | ||
<script src="javascripts/all.js"></script> | ||
</head> | ||
|
||
<body class="no-langs" data-languages="[]"> | ||
<a href="#" id="nav-button"> | ||
<span> | ||
NAV | ||
<img src="images/navbar.png" /> | ||
</span> | ||
</a> | ||
<div class="tocify-wrapper"> | ||
<img src="images/logo.png" /> | ||
<div class="search"> | ||
<input type="text" class="search" id="input-search" placeholder="Search"> | ||
</div> | ||
<ul class="search-results"></ul> | ||
<div id="toc"> | ||
</div> | ||
</div> | ||
<div class="page-wrapper"> | ||
<div class="content"> | ||
|
||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.