You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="colFirst"><ahref="net/hexonet/apiconnector/APIClient.html" title="class in net.hexonet.apiconnector">APIClient</a></td>
110
99
<thclass="colLast" scope="row">
111
100
<divclass="block">APIClient is the entry point class for communicating with the insanely fast HEXONET backend api.</div>
112
101
</th>
113
102
</tr>
114
-
<trid="i1" class="rowColor">
103
+
<trclass="rowColor" id="i1">
115
104
<tdclass="colFirst"><ahref="net/hexonet/apiconnector/Column.html" title="class in net.hexonet.apiconnector">Column</a></td>
116
105
<thclass="colLast" scope="row">
117
106
<divclass="block">Column covers Column Data in a better accessible way</div>
118
107
</th>
119
108
</tr>
120
-
<trid="i2" class="altColor">
109
+
<trclass="altColor" id="i2">
121
110
<tdclass="colFirst"><ahref="net/hexonet/apiconnector/Record.html" title="class in net.hexonet.apiconnector">Record</a></td>
122
111
<thclass="colLast" scope="row">
123
112
<divclass="block">Record covers Row Data in a better accessible way</div>
124
113
</th>
125
114
</tr>
126
-
<trid="i3" class="rowColor">
115
+
<trclass="rowColor" id="i3">
127
116
<tdclass="colFirst"><ahref="net/hexonet/apiconnector/Response.html" title="class in net.hexonet.apiconnector">Response</a></td>
128
117
<thclass="colLast" scope="row">
129
118
<divclass="block">Response covers all functionality to wrap a Backend API Response like accessing data</div>
130
119
</th>
131
120
</tr>
132
-
<trid="i4" class="altColor">
121
+
<trclass="altColor" id="i4">
133
122
<tdclass="colFirst"><ahref="net/hexonet/apiconnector/ResponseParser.html" title="class in net.hexonet.apiconnector">ResponseParser</a></td>
134
123
<thclass="colLast" scope="row">
135
124
<divclass="block">ResponseParser covers all functionality to parse and serialize API response data</div>
136
125
</th>
137
126
</tr>
138
-
<trid="i5" class="rowColor">
127
+
<trclass="rowColor" id="i5">
139
128
<tdclass="colFirst"><ahref="net/hexonet/apiconnector/ResponseTemplate.html" title="class in net.hexonet.apiconnector">ResponseTemplate</a></td>
140
129
<thclass="colLast" scope="row">
141
130
<divclass="block">ResponseTemplate is the base class to work with parsed API response data or hardcoded response
142
131
template data</div>
143
132
</th>
144
133
</tr>
145
-
<trid="i6" class="altColor">
134
+
<trclass="altColor" id="i6">
146
135
<tdclass="colFirst"><ahref="net/hexonet/apiconnector/ResponseTemplateManager.html" title="class in net.hexonet.apiconnector">ResponseTemplateManager</a></td>
147
136
<thclass="colLast" scope="row">
148
137
<divclass="block">ResponseTemplateManager covers functionality to manage response tempaltes</div>
149
138
</th>
150
139
</tr>
151
-
<trid="i7" class="rowColor">
140
+
<trclass="rowColor" id="i7">
152
141
<tdclass="colFirst"><ahref="net/hexonet/apiconnector/SocketConfig.html" title="class in net.hexonet.apiconnector">SocketConfig</a></td>
153
142
<thclass="colLast" scope="row">
154
143
<divclass="block">SocketConfig is the base class to configure the socket for API communication</div>
0 commit comments