Skip to content

Commit

Permalink
Update documentation for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Sep 1, 2017
1 parent d7d8e88 commit bc48c97
Show file tree
Hide file tree
Showing 44 changed files with 1,339 additions and 1,603 deletions.
154 changes: 154 additions & 0 deletions docs/404.html
@@ -0,0 +1,154 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">

<title>Page not found | Akamai {OPEN} EdgeGrid Authentication for PHP</title>

<link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71">
<link rel="stylesheet" href="resources/style.css?70c1d062672daa3f906b72e4f5d03d4bc5c4174d">

</head>

<body>
<nav id="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">Akamai {OPEN} EdgeGrid Authentication for PHP</a>
</div>
<div class="collapse navbar-collapse">

<form id="search" class="navbar-form navbar-left" role="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<div class="form-group">
<input type="text" name="q" class="search-query form-control" placeholder="Search">
</div>
</form>

<ul class="nav navbar-nav">
<li>
<span>Namespace</span> </li>
<li>
<span>Class</span> </li>

<li class="divider-vertical"></li>

<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>



</ul>
</div>
</div>
</nav>

<div id="left">
<div id="menu">

<div id="groups">
<h3>Namespaces</h3>
<ul>
<li>
<a href="namespace-Akamai.html">
Akamai<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.html">
Open<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.html">
EdgeGrid<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Authentication.html">
Authentication<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Authentication.Exception.html">
Exception<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Authentication.Exception.SignerException.html">
SignerException </a>
</li>
</ul></li></ul></li>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Exception.html">
Exception<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Exception.HandlerException.html">
HandlerException </a>
</li>
</ul></li>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Handler.html">
Handler </a>
</li>
</ul></li></ul></li></ul></li>
</ul>
</div>


<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Akamai.Open.EdgeGrid.Authentication.html">Akamai\Open\EdgeGrid\Authentication</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Authentication.Nonce.html">Akamai\Open\EdgeGrid\Authentication\Nonce</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Authentication.Timestamp.html">Akamai\Open\EdgeGrid\Authentication\Timestamp</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Cli.html">Akamai\Open\EdgeGrid\Cli</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Client.html">Akamai\Open\EdgeGrid\Client</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Handler.Authentication.html">Akamai\Open\EdgeGrid\Handler\Authentication</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Handler.Debug.html">Akamai\Open\EdgeGrid\Handler\Debug</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Handler.Verbose.html">Akamai\Open\EdgeGrid\Handler\Verbose</a></li>
</ul>



<h3>Exceptions</h3>
<ul>
<li><a href="class-Akamai.Open.EdgeGrid.Authentication.Exception.html">Akamai\Open\EdgeGrid\Authentication\Exception</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Authentication.Exception.ConfigException.html">Akamai\Open\EdgeGrid\Authentication\Exception\ConfigException</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Authentication.Exception.SignerException.html">Akamai\Open\EdgeGrid\Authentication\Exception\SignerException</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Authentication.Exception.SignerException.InvalidSignDataException.html">Akamai\Open\EdgeGrid\Authentication\Exception\SignerException\InvalidSignDataException</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Exception.html">Akamai\Open\EdgeGrid\Exception</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Exception.HandlerException.html">Akamai\Open\EdgeGrid\Exception\HandlerException</a></li>
<li><a href="class-Akamai.Open.EdgeGrid.Exception.HandlerException.IOException.html">Akamai\Open\EdgeGrid\Exception\HandlerException\IOException</a></li>
</ul>


</div>
</div>
</div>

<div id="splitter"></div>

<div id="right">
<div id="rightInner">
<div id="content">
<h1>Page not found</h1>
<p>The requested page could not be found.</p>
<p>You have probably clicked on a link that is outdated and points to a page that does not exist any more or you have made an typing error in the address.</p>
<p>To continue please try to find requested page in the menu, take a look at <a href="tree.html">the tree view</a> of the whole project or use search field on the top.</p>
</div>
</div>

<div id="footer">
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?e7bf76431f60a10c8b1dad71ab5350e14f10e387"></script>
<script src="elementlist.js"></script>
</body>
</html>
Expand Up @@ -224,7 +224,7 @@ <h1>Class ConfigException</h1>
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?0fa9df3e5d38de32a95440d5c56f280f299d1d03"></script>
<script src="elementlist.js?429a77cbffa97411de924b4882ea0b35d0e4b517"></script>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>
Expand Up @@ -230,7 +230,7 @@ <h1>Class InvalidSignDataException</h1>
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?0fa9df3e5d38de32a95440d5c56f280f299d1d03"></script>
<script src="elementlist.js?429a77cbffa97411de924b4882ea0b35d0e4b517"></script>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>
Expand Up @@ -230,7 +230,7 @@ <h3>Direct known subclasses</h3>
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?0fa9df3e5d38de32a95440d5c56f280f299d1d03"></script>
<script src="elementlist.js?429a77cbffa97411de924b4882ea0b35d0e4b517"></script>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/class-Akamai.Open.EdgeGrid.Authentication.Exception.html
Expand Up @@ -234,7 +234,7 @@ <h3>Indirect known subclasses</h3>
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?0fa9df3e5d38de32a95440d5c56f280f299d1d03"></script>
<script src="elementlist.js?429a77cbffa97411de924b4882ea0b35d0e4b517"></script>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/class-Akamai.Open.EdgeGrid.Authentication.Nonce.html
Expand Up @@ -275,7 +275,7 @@ <h4>Returns</h4>
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?0fa9df3e5d38de32a95440d5c56f280f299d1d03"></script>
<script src="elementlist.js?429a77cbffa97411de924b4882ea0b35d0e4b517"></script>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>
10 changes: 5 additions & 5 deletions docs/class-Akamai.Open.EdgeGrid.Authentication.Timestamp.html
Expand Up @@ -221,7 +221,7 @@ <h4>Returns</h4>

<td class="attributes"><code>
public
<code><a href="class-Akamai.Open.EdgeGrid.Authentication.Timestamp.html">Akamai\Open\EdgeGrid\Authentication\Timestamp</a></code>


</code>
</td>
Expand All @@ -246,7 +246,7 @@ <h4>Parameters</h4>

<h4>Returns</h4>
<div class="list">
<code><a href="class-Akamai.Open.EdgeGrid.Authentication.Timestamp.html">Akamai\Open\EdgeGrid\Authentication\Timestamp</a></code><br>$this
<br>$this
</div>


Expand Down Expand Up @@ -310,7 +310,7 @@ <h4>Returns</h4>
<td class="attributes"><code>string</code></td>
<td class="name">
<code>
<a href="source-constant-FORMAT.html#21" title="Go to source code"><b>FORMAT</b></a>
<a href="source-class-Akamai.Open.EdgeGrid.Authentication.Timestamp.html#21" title="Go to source code"><b>FORMAT</b></a>
</code>

<div class="description short">
Expand Down Expand Up @@ -403,7 +403,7 @@ <h4>Returns</h4>
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?0fa9df3e5d38de32a95440d5c56f280f299d1d03"></script>
<script src="elementlist.js?429a77cbffa97411de924b4882ea0b35d0e4b517"></script>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>

0 comments on commit bc48c97

Please sign in to comment.