Skip to content

Commit 938647b

Browse files
author
Kenrick Buchanan
committed
code cleanup and added apigen for documentation
1 parent 6be74e8 commit 938647b

File tree

277 files changed

+68590
-775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+68590
-775
lines changed

apigen.neon

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
source:
2+
- src
3+
4+
destination: apigen
5+
6+
exclude:
7+
- tests/
8+
- vendor/
9+
10+
main: Echosign
11+
12+
title: Echosign V3

apigen/404.html

+148
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
6+
7+
<title>Page not found | Echosign V3</title>
8+
9+
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
10+
11+
</head>
12+
13+
<body>
14+
<div id="left">
15+
<div id="menu">
16+
<a href="index.html" title="Overview"><span>Overview</span></a>
17+
18+
19+
<div id="groups">
20+
<h3>Namespaces</h3>
21+
<ul>
22+
<li class="main">
23+
<a href="namespace-Echosign.html">
24+
Echosign<span></span>
25+
</a>
26+
27+
<ul>
28+
<li class="main">
29+
<a href="namespace-Echosign.Abstracts.html">
30+
Abstracts </a>
31+
32+
</li>
33+
<li class="main">
34+
<a href="namespace-Echosign.Exceptions.html">
35+
Exceptions </a>
36+
37+
</li>
38+
<li class="main">
39+
<a href="namespace-Echosign.Interfaces.html">
40+
Interfaces </a>
41+
42+
</li>
43+
<li class="main">
44+
<a href="namespace-Echosign.RequestBuilders.html">
45+
RequestBuilders<span></span>
46+
</a>
47+
48+
<ul>
49+
<li class="main">
50+
<a href="namespace-Echosign.RequestBuilders.Agreement.html">
51+
Agreement </a>
52+
53+
</li>
54+
<li class="main">
55+
<a href="namespace-Echosign.RequestBuilders.LibraryDocument.html">
56+
LibraryDocument </a>
57+
58+
</li>
59+
<li class="main">
60+
<a href="namespace-Echosign.RequestBuilders.Widget.html">
61+
Widget </a>
62+
63+
</li>
64+
</ul></li>
65+
<li class="main">
66+
<a href="namespace-Echosign.Requests.html">
67+
Requests </a>
68+
69+
</li>
70+
<li class="main">
71+
<a href="namespace-Echosign.Responses.html">
72+
Responses </a>
73+
74+
</li>
75+
<li class="main">
76+
<a href="namespace-Echosign.Transports.html">
77+
Transports </a>
78+
79+
</li>
80+
</ul></li>
81+
<li>
82+
<a href="namespace-None.html">
83+
None </a>
84+
85+
</li>
86+
</ul>
87+
</div>
88+
89+
<hr>
90+
91+
92+
<div id="elements">
93+
94+
<h3>Interfaces</h3>
95+
<ul>
96+
<li class="active"><a href="class-Echosign.Exceptions.JsonApiResponseException.html">Echosign\Exceptions\JsonApiResponseException</a></li>
97+
</ul>
98+
99+
100+
101+
102+
</div>
103+
</div>
104+
</div>
105+
106+
<div id="splitter"></div>
107+
108+
<div id="right">
109+
<div id="rightInner">
110+
<form id="search">
111+
<input type="hidden" name="cx" value="">
112+
<input type="hidden" name="ie" value="UTF-8">
113+
<input type="text" name="q" class="text" placeholder="Search">
114+
</form>
115+
116+
<div id="navigation">
117+
<ul>
118+
<li>
119+
<a href="index.html" title="Overview"><span>Overview</span></a>
120+
</li>
121+
<li>
122+
<span>Namespace</span> </li>
123+
<li>
124+
<a href="class-Echosign.Exceptions.JsonApiResponseException.html" title="Summary of Echosign\Exceptions\JsonApiResponseException"><span>Class</span></a>
125+
</li>
126+
</ul>
127+
<ul>
128+
</ul>
129+
<ul>
130+
</ul>
131+
</div>
132+
133+
<div id="content">
134+
<h1>Page not found</h1>
135+
<p>The requested page could not be found.</p>
136+
<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>
137+
<p>To continue please try to find requested page in the menu, or use search field on the top.</p>
138+
</div>
139+
140+
<div id="footer">
141+
Echosign V3 API documentation generated by <a href="http://apigen.org">ApiGen</a>
142+
</div>
143+
</div>
144+
</div>
145+
<script src="resources/combined.js?6d26f7f55f1886033fee7657790cac8fbec537e2"></script>
146+
<script src="elementlist.js"></script>
147+
</body>
148+
</html>

0 commit comments

Comments
 (0)