MatcherGithubBenchmarkBase.generated.cs 89 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487
  1. // Copyright (c) .NET Foundation. All rights reserved.
  2. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
  3. using Microsoft.AspNetCore.Http;
  4. namespace Microsoft.AspNetCore.Routing.Matching
  5. {
  6. // This code was generated by the Swaggatherer
  7. public partial class MatcherGithubBenchmarkBase : EndpointRoutingBenchmarkBase
  8. {
  9. private protected const int EndpointCount = 243;
  10. private protected void SetupEndpoints()
  11. {
  12. Endpoints = new RouteEndpoint[243];
  13. Endpoints[0] = CreateEndpoint("/emojis", "GET");
  14. Endpoints[1] = CreateEndpoint("/events", "GET");
  15. Endpoints[2] = CreateEndpoint("/feeds", "GET");
  16. Endpoints[3] = CreateEndpoint("/gists", "GET");
  17. Endpoints[4] = CreateEndpoint("/gists", "POST");
  18. Endpoints[5] = CreateEndpoint("/issues", "GET");
  19. Endpoints[6] = CreateEndpoint("/markdown", "POST");
  20. Endpoints[7] = CreateEndpoint("/meta", "GET");
  21. Endpoints[8] = CreateEndpoint("/notifications", "GET");
  22. Endpoints[9] = CreateEndpoint("/notifications", "PUT");
  23. Endpoints[10] = CreateEndpoint("/rate_limit", "GET");
  24. Endpoints[11] = CreateEndpoint("/repositories", "GET");
  25. Endpoints[12] = CreateEndpoint("/user", "GET");
  26. Endpoints[13] = CreateEndpoint("/user", "PATCH");
  27. Endpoints[14] = CreateEndpoint("/users", "GET");
  28. Endpoints[15] = CreateEndpoint("/gists/public", "GET");
  29. Endpoints[16] = CreateEndpoint("/gists/starred", "GET");
  30. Endpoints[17] = CreateEndpoint("/gitignore/templates", "GET");
  31. Endpoints[18] = CreateEndpoint("/markdown/raw", "POST");
  32. Endpoints[19] = CreateEndpoint("/search/code", "GET");
  33. Endpoints[20] = CreateEndpoint("/search/issues", "GET");
  34. Endpoints[21] = CreateEndpoint("/search/repositories", "GET");
  35. Endpoints[22] = CreateEndpoint("/search/users", "GET");
  36. Endpoints[23] = CreateEndpoint("/user/emails", "GET");
  37. Endpoints[24] = CreateEndpoint("/user/emails", "DELETE");
  38. Endpoints[25] = CreateEndpoint("/user/emails", "POST");
  39. Endpoints[26] = CreateEndpoint("/user/followers", "GET");
  40. Endpoints[27] = CreateEndpoint("/user/following", "GET");
  41. Endpoints[28] = CreateEndpoint("/user/issues", "GET");
  42. Endpoints[29] = CreateEndpoint("/user/keys", "POST");
  43. Endpoints[30] = CreateEndpoint("/user/keys", "GET");
  44. Endpoints[31] = CreateEndpoint("/user/orgs", "GET");
  45. Endpoints[32] = CreateEndpoint("/user/repos", "GET");
  46. Endpoints[33] = CreateEndpoint("/user/repos", "POST");
  47. Endpoints[34] = CreateEndpoint("/user/starred", "GET");
  48. Endpoints[35] = CreateEndpoint("/user/subscriptions", "GET");
  49. Endpoints[36] = CreateEndpoint("/user/teams", "GET");
  50. Endpoints[37] = CreateEndpoint("/legacy/repos/search/{keyword}", "GET");
  51. Endpoints[38] = CreateEndpoint("/legacy/user/email/{email}", "GET");
  52. Endpoints[39] = CreateEndpoint("/legacy/user/search/{keyword}", "GET");
  53. Endpoints[40] = CreateEndpoint("/legacy/issues/search/{owner}/{repository}/{state}/{keyword}", "GET");
  54. Endpoints[41] = CreateEndpoint("/gitignore/templates/{language}", "GET");
  55. Endpoints[42] = CreateEndpoint("/notifications/threads/{id}", "GET");
  56. Endpoints[43] = CreateEndpoint("/notifications/threads/{id}", "PATCH");
  57. Endpoints[44] = CreateEndpoint("/user/following/{username}", "DELETE");
  58. Endpoints[45] = CreateEndpoint("/user/following/{username}", "GET");
  59. Endpoints[46] = CreateEndpoint("/user/following/{username}", "PUT");
  60. Endpoints[47] = CreateEndpoint("/user/keys/{keyId}", "DELETE");
  61. Endpoints[48] = CreateEndpoint("/user/keys/{keyId}", "GET");
  62. Endpoints[49] = CreateEndpoint("/notifications/threads/{id}/subscription", "DELETE");
  63. Endpoints[50] = CreateEndpoint("/notifications/threads/{id}/subscription", "GET");
  64. Endpoints[51] = CreateEndpoint("/notifications/threads/{id}/subscription", "PUT");
  65. Endpoints[52] = CreateEndpoint("/user/starred/{owner}/{repo}", "PUT");
  66. Endpoints[53] = CreateEndpoint("/user/starred/{owner}/{repo}", "GET");
  67. Endpoints[54] = CreateEndpoint("/user/starred/{owner}/{repo}", "DELETE");
  68. Endpoints[55] = CreateEndpoint("/user/subscriptions/{owner}/{repo}", "PUT");
  69. Endpoints[56] = CreateEndpoint("/user/subscriptions/{owner}/{repo}", "GET");
  70. Endpoints[57] = CreateEndpoint("/user/subscriptions/{owner}/{repo}", "DELETE");
  71. Endpoints[58] = CreateEndpoint("/gists/{id}", "GET");
  72. Endpoints[59] = CreateEndpoint("/gists/{id}", "PATCH");
  73. Endpoints[60] = CreateEndpoint("/gists/{id}", "DELETE");
  74. Endpoints[61] = CreateEndpoint("/orgs/{org}", "PATCH");
  75. Endpoints[62] = CreateEndpoint("/orgs/{org}", "GET");
  76. Endpoints[63] = CreateEndpoint("/teams/{teamId}", "PATCH");
  77. Endpoints[64] = CreateEndpoint("/teams/{teamId}", "GET");
  78. Endpoints[65] = CreateEndpoint("/teams/{teamId}", "DELETE");
  79. Endpoints[66] = CreateEndpoint("/users/{username}", "GET");
  80. Endpoints[67] = CreateEndpoint("/gists/{id}/comments", "GET");
  81. Endpoints[68] = CreateEndpoint("/gists/{id}/comments", "POST");
  82. Endpoints[69] = CreateEndpoint("/gists/{id}/forks", "POST");
  83. Endpoints[70] = CreateEndpoint("/gists/{id}/star", "DELETE");
  84. Endpoints[71] = CreateEndpoint("/gists/{id}/star", "GET");
  85. Endpoints[72] = CreateEndpoint("/gists/{id}/star", "PUT");
  86. Endpoints[73] = CreateEndpoint("/orgs/{org}/events", "GET");
  87. Endpoints[74] = CreateEndpoint("/orgs/{org}/issues", "GET");
  88. Endpoints[75] = CreateEndpoint("/orgs/{org}/members", "GET");
  89. Endpoints[76] = CreateEndpoint("/orgs/{org}/public_members", "GET");
  90. Endpoints[77] = CreateEndpoint("/orgs/{org}/repos", "GET");
  91. Endpoints[78] = CreateEndpoint("/orgs/{org}/repos", "POST");
  92. Endpoints[79] = CreateEndpoint("/orgs/{org}/teams", "POST");
  93. Endpoints[80] = CreateEndpoint("/orgs/{org}/teams", "GET");
  94. Endpoints[81] = CreateEndpoint("/teams/{teamId}/members", "GET");
  95. Endpoints[82] = CreateEndpoint("/teams/{teamId}/repos", "GET");
  96. Endpoints[83] = CreateEndpoint("/users/{username}/events", "GET");
  97. Endpoints[84] = CreateEndpoint("/users/{username}/followers", "GET");
  98. Endpoints[85] = CreateEndpoint("/users/{username}/gists", "GET");
  99. Endpoints[86] = CreateEndpoint("/users/{username}/keys", "GET");
  100. Endpoints[87] = CreateEndpoint("/users/{username}/orgs", "GET");
  101. Endpoints[88] = CreateEndpoint("/users/{username}/received_events", "GET");
  102. Endpoints[89] = CreateEndpoint("/users/{username}/repos", "GET");
  103. Endpoints[90] = CreateEndpoint("/users/{username}/starred", "GET");
  104. Endpoints[91] = CreateEndpoint("/users/{username}/subscriptions", "GET");
  105. Endpoints[92] = CreateEndpoint("/users/{username}/received_events/public", "GET");
  106. Endpoints[93] = CreateEndpoint("/users/{username}/events/orgs/{org}", "GET");
  107. Endpoints[94] = CreateEndpoint("/gists/{id}/comments/{commentId}", "DELETE");
  108. Endpoints[95] = CreateEndpoint("/gists/{id}/comments/{commentId}", "GET");
  109. Endpoints[96] = CreateEndpoint("/gists/{id}/comments/{commentId}", "PATCH");
  110. Endpoints[97] = CreateEndpoint("/orgs/{org}/members/{username}", "DELETE");
  111. Endpoints[98] = CreateEndpoint("/orgs/{org}/members/{username}", "GET");
  112. Endpoints[99] = CreateEndpoint("/orgs/{org}/public_members/{username}", "PUT");
  113. Endpoints[100] = CreateEndpoint("/orgs/{org}/public_members/{username}", "GET");
  114. Endpoints[101] = CreateEndpoint("/orgs/{org}/public_members/{username}", "DELETE");
  115. Endpoints[102] = CreateEndpoint("/teams/{teamId}/members/{username}", "GET");
  116. Endpoints[103] = CreateEndpoint("/teams/{teamId}/members/{username}", "PUT");
  117. Endpoints[104] = CreateEndpoint("/teams/{teamId}/members/{username}", "DELETE");
  118. Endpoints[105] = CreateEndpoint("/teams/{teamId}/memberships/{username}", "DELETE");
  119. Endpoints[106] = CreateEndpoint("/teams/{teamId}/memberships/{username}", "PUT");
  120. Endpoints[107] = CreateEndpoint("/teams/{teamId}/memberships/{username}", "GET");
  121. Endpoints[108] = CreateEndpoint("/users/{username}/following/{targetUser}", "GET");
  122. Endpoints[109] = CreateEndpoint("/teams/{teamId}/repos/{org}/{repo}", "PUT");
  123. Endpoints[110] = CreateEndpoint("/teams/{teamId}/repos/{owner}/{repo}", "DELETE");
  124. Endpoints[111] = CreateEndpoint("/teams/{teamId}/repos/{owner}/{repo}", "GET");
  125. Endpoints[112] = CreateEndpoint("/repos/{owner}/{repo}", "PATCH");
  126. Endpoints[113] = CreateEndpoint("/repos/{owner}/{repo}", "DELETE");
  127. Endpoints[114] = CreateEndpoint("/repos/{owner}/{repo}", "GET");
  128. Endpoints[115] = CreateEndpoint("/networks/{owner}/{repo}/events", "GET");
  129. Endpoints[116] = CreateEndpoint("/repos/{owner}/{repo}/assignees", "GET");
  130. Endpoints[117] = CreateEndpoint("/repos/{owner}/{repo}/branches", "GET");
  131. Endpoints[118] = CreateEndpoint("/repos/{owner}/{repo}/collaborators", "GET");
  132. Endpoints[119] = CreateEndpoint("/repos/{owner}/{repo}/comments", "GET");
  133. Endpoints[120] = CreateEndpoint("/repos/{owner}/{repo}/commits", "GET");
  134. Endpoints[121] = CreateEndpoint("/repos/{owner}/{repo}/contributors", "GET");
  135. Endpoints[122] = CreateEndpoint("/repos/{owner}/{repo}/deployments", "GET");
  136. Endpoints[123] = CreateEndpoint("/repos/{owner}/{repo}/deployments", "POST");
  137. Endpoints[124] = CreateEndpoint("/repos/{owner}/{repo}/downloads", "GET");
  138. Endpoints[125] = CreateEndpoint("/repos/{owner}/{repo}/events", "GET");
  139. Endpoints[126] = CreateEndpoint("/repos/{owner}/{repo}/forks", "GET");
  140. Endpoints[127] = CreateEndpoint("/repos/{owner}/{repo}/forks", "POST");
  141. Endpoints[128] = CreateEndpoint("/repos/{owner}/{repo}/hooks", "POST");
  142. Endpoints[129] = CreateEndpoint("/repos/{owner}/{repo}/hooks", "GET");
  143. Endpoints[130] = CreateEndpoint("/repos/{owner}/{repo}/issues", "GET");
  144. Endpoints[131] = CreateEndpoint("/repos/{owner}/{repo}/issues", "POST");
  145. Endpoints[132] = CreateEndpoint("/repos/{owner}/{repo}/keys", "GET");
  146. Endpoints[133] = CreateEndpoint("/repos/{owner}/{repo}/keys", "POST");
  147. Endpoints[134] = CreateEndpoint("/repos/{owner}/{repo}/labels", "GET");
  148. Endpoints[135] = CreateEndpoint("/repos/{owner}/{repo}/labels", "POST");
  149. Endpoints[136] = CreateEndpoint("/repos/{owner}/{repo}/languages", "GET");
  150. Endpoints[137] = CreateEndpoint("/repos/{owner}/{repo}/merges", "POST");
  151. Endpoints[138] = CreateEndpoint("/repos/{owner}/{repo}/milestones", "GET");
  152. Endpoints[139] = CreateEndpoint("/repos/{owner}/{repo}/milestones", "POST");
  153. Endpoints[140] = CreateEndpoint("/repos/{owner}/{repo}/notifications", "PUT");
  154. Endpoints[141] = CreateEndpoint("/repos/{owner}/{repo}/notifications", "GET");
  155. Endpoints[142] = CreateEndpoint("/repos/{owner}/{repo}/pulls", "POST");
  156. Endpoints[143] = CreateEndpoint("/repos/{owner}/{repo}/pulls", "GET");
  157. Endpoints[144] = CreateEndpoint("/repos/{owner}/{repo}/readme", "GET");
  158. Endpoints[145] = CreateEndpoint("/repos/{owner}/{repo}/releases", "POST");
  159. Endpoints[146] = CreateEndpoint("/repos/{owner}/{repo}/releases", "GET");
  160. Endpoints[147] = CreateEndpoint("/repos/{owner}/{repo}/stargazers", "GET");
  161. Endpoints[148] = CreateEndpoint("/repos/{owner}/{repo}/subscribers", "GET");
  162. Endpoints[149] = CreateEndpoint("/repos/{owner}/{repo}/subscription", "PUT");
  163. Endpoints[150] = CreateEndpoint("/repos/{owner}/{repo}/subscription", "GET");
  164. Endpoints[151] = CreateEndpoint("/repos/{owner}/{repo}/subscription", "DELETE");
  165. Endpoints[152] = CreateEndpoint("/repos/{owner}/{repo}/tags", "GET");
  166. Endpoints[153] = CreateEndpoint("/repos/{owner}/{repo}/teams", "GET");
  167. Endpoints[154] = CreateEndpoint("/repos/{owner}/{repo}/watchers", "GET");
  168. Endpoints[155] = CreateEndpoint("/repos/{owner}/{repo}/git/blobs", "POST");
  169. Endpoints[156] = CreateEndpoint("/repos/{owner}/{repo}/git/commits", "POST");
  170. Endpoints[157] = CreateEndpoint("/repos/{owner}/{repo}/git/refs", "GET");
  171. Endpoints[158] = CreateEndpoint("/repos/{owner}/{repo}/git/refs", "POST");
  172. Endpoints[159] = CreateEndpoint("/repos/{owner}/{repo}/git/tags", "POST");
  173. Endpoints[160] = CreateEndpoint("/repos/{owner}/{repo}/git/trees", "POST");
  174. Endpoints[161] = CreateEndpoint("/repos/{owner}/{repo}/issues/comments", "GET");
  175. Endpoints[162] = CreateEndpoint("/repos/{owner}/{repo}/issues/events", "GET");
  176. Endpoints[163] = CreateEndpoint("/repos/{owner}/{repo}/pulls/comments", "GET");
  177. Endpoints[164] = CreateEndpoint("/repos/{owner}/{repo}/stats/code_frequency", "GET");
  178. Endpoints[165] = CreateEndpoint("/repos/{owner}/{repo}/stats/commit_activity", "GET");
  179. Endpoints[166] = CreateEndpoint("/repos/{owner}/{repo}/stats/contributors", "GET");
  180. Endpoints[167] = CreateEndpoint("/repos/{owner}/{repo}/stats/participation", "GET");
  181. Endpoints[168] = CreateEndpoint("/repos/{owner}/{repo}/stats/punch_card", "GET");
  182. Endpoints[169] = CreateEndpoint("/repos/{owner}/{repo}/git/blobs/{shaCode}", "GET");
  183. Endpoints[170] = CreateEndpoint("/repos/{owner}/{repo}/git/commits/{shaCode}", "GET");
  184. Endpoints[171] = CreateEndpoint("/repos/{owner}/{repo}/git/refs/{ref}", "DELETE");
  185. Endpoints[172] = CreateEndpoint("/repos/{owner}/{repo}/git/refs/{ref}", "PATCH");
  186. Endpoints[173] = CreateEndpoint("/repos/{owner}/{repo}/git/refs/{ref}", "GET");
  187. Endpoints[174] = CreateEndpoint("/repos/{owner}/{repo}/git/tags/{shaCode}", "GET");
  188. Endpoints[175] = CreateEndpoint("/repos/{owner}/{repo}/git/trees/{shaCode}", "GET");
  189. Endpoints[176] = CreateEndpoint("/repos/{owner}/{repo}/issues/comments/{commentId}", "GET");
  190. Endpoints[177] = CreateEndpoint("/repos/{owner}/{repo}/issues/comments/{commentId}", "PATCH");
  191. Endpoints[178] = CreateEndpoint("/repos/{owner}/{repo}/issues/comments/{commentId}", "DELETE");
  192. Endpoints[179] = CreateEndpoint("/repos/{owner}/{repo}/issues/events/{eventId}", "GET");
  193. Endpoints[180] = CreateEndpoint("/repos/{owner}/{repo}/pulls/comments/{commentId}", "PATCH");
  194. Endpoints[181] = CreateEndpoint("/repos/{owner}/{repo}/pulls/comments/{commentId}", "GET");
  195. Endpoints[182] = CreateEndpoint("/repos/{owner}/{repo}/pulls/comments/{commentId}", "DELETE");
  196. Endpoints[183] = CreateEndpoint("/repos/{owner}/{repo}/releases/assets/{id}", "PATCH");
  197. Endpoints[184] = CreateEndpoint("/repos/{owner}/{repo}/releases/assets/{id}", "DELETE");
  198. Endpoints[185] = CreateEndpoint("/repos/{owner}/{repo}/releases/assets/{id}", "GET");
  199. Endpoints[186] = CreateEndpoint("/repos/{owner}/{repo}/assignees/{assignee}", "GET");
  200. Endpoints[187] = CreateEndpoint("/repos/{owner}/{repo}/branches/{branch}", "GET");
  201. Endpoints[188] = CreateEndpoint("/repos/{owner}/{repo}/collaborators/{user}", "PUT");
  202. Endpoints[189] = CreateEndpoint("/repos/{owner}/{repo}/collaborators/{user}", "DELETE");
  203. Endpoints[190] = CreateEndpoint("/repos/{owner}/{repo}/collaborators/{user}", "GET");
  204. Endpoints[191] = CreateEndpoint("/repos/{owner}/{repo}/comments/{commentId}", "DELETE");
  205. Endpoints[192] = CreateEndpoint("/repos/{owner}/{repo}/comments/{commentId}", "GET");
  206. Endpoints[193] = CreateEndpoint("/repos/{owner}/{repo}/comments/{commentId}", "PATCH");
  207. Endpoints[194] = CreateEndpoint("/repos/{owner}/{repo}/commits/{shaCode}", "GET");
  208. Endpoints[195] = CreateEndpoint("/repos/{owner}/{repo}/contents/{path}", "GET");
  209. Endpoints[196] = CreateEndpoint("/repos/{owner}/{repo}/contents/{path}", "DELETE");
  210. Endpoints[197] = CreateEndpoint("/repos/{owner}/{repo}/contents/{path}", "PUT");
  211. Endpoints[198] = CreateEndpoint("/repos/{owner}/{repo}/downloads/{downloadId}", "GET");
  212. Endpoints[199] = CreateEndpoint("/repos/{owner}/{repo}/downloads/{downloadId}", "DELETE");
  213. Endpoints[200] = CreateEndpoint("/repos/{owner}/{repo}/hooks/{hookId}", "DELETE");
  214. Endpoints[201] = CreateEndpoint("/repos/{owner}/{repo}/hooks/{hookId}", "GET");
  215. Endpoints[202] = CreateEndpoint("/repos/{owner}/{repo}/hooks/{hookId}", "PATCH");
  216. Endpoints[203] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}", "GET");
  217. Endpoints[204] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}", "PATCH");
  218. Endpoints[205] = CreateEndpoint("/repos/{owner}/{repo}/keys/{keyId}", "GET");
  219. Endpoints[206] = CreateEndpoint("/repos/{owner}/{repo}/keys/{keyId}", "DELETE");
  220. Endpoints[207] = CreateEndpoint("/repos/{owner}/{repo}/labels/{name}", "GET");
  221. Endpoints[208] = CreateEndpoint("/repos/{owner}/{repo}/labels/{name}", "PATCH");
  222. Endpoints[209] = CreateEndpoint("/repos/{owner}/{repo}/labels/{name}", "DELETE");
  223. Endpoints[210] = CreateEndpoint("/repos/{owner}/{repo}/milestones/{number}", "PATCH");
  224. Endpoints[211] = CreateEndpoint("/repos/{owner}/{repo}/milestones/{number}", "GET");
  225. Endpoints[212] = CreateEndpoint("/repos/{owner}/{repo}/milestones/{number}", "DELETE");
  226. Endpoints[213] = CreateEndpoint("/repos/{owner}/{repo}/pulls/{number}", "GET");
  227. Endpoints[214] = CreateEndpoint("/repos/{owner}/{repo}/pulls/{number}", "PATCH");
  228. Endpoints[215] = CreateEndpoint("/repos/{owner}/{repo}/releases/{id}", "PATCH");
  229. Endpoints[216] = CreateEndpoint("/repos/{owner}/{repo}/releases/{id}", "GET");
  230. Endpoints[217] = CreateEndpoint("/repos/{owner}/{repo}/releases/{id}", "DELETE");
  231. Endpoints[218] = CreateEndpoint("/repos/{owner}/{repo}/statuses/{ref}", "GET");
  232. Endpoints[219] = CreateEndpoint("/repos/{owner}/{repo}/statuses/{ref}", "POST");
  233. Endpoints[220] = CreateEndpoint("/repos/{owner}/{repo}/commits/{ref}/status", "GET");
  234. Endpoints[221] = CreateEndpoint("/repos/{owner}/{repo}/commits/{shaCode}/comments", "GET");
  235. Endpoints[222] = CreateEndpoint("/repos/{owner}/{repo}/commits/{shaCode}/comments", "POST");
  236. Endpoints[223] = CreateEndpoint("/repos/{owner}/{repo}/deployments/{id}/statuses", "GET");
  237. Endpoints[224] = CreateEndpoint("/repos/{owner}/{repo}/deployments/{id}/statuses", "POST");
  238. Endpoints[225] = CreateEndpoint("/repos/{owner}/{repo}/hooks/{hookId}/tests", "POST");
  239. Endpoints[226] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}/comments", "POST");
  240. Endpoints[227] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}/comments", "GET");
  241. Endpoints[228] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}/events", "GET");
  242. Endpoints[229] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}/labels", "POST");
  243. Endpoints[230] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}/labels", "GET");
  244. Endpoints[231] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}/labels", "PUT");
  245. Endpoints[232] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}/labels", "DELETE");
  246. Endpoints[233] = CreateEndpoint("/repos/{owner}/{repo}/milestones/{number}/labels", "GET");
  247. Endpoints[234] = CreateEndpoint("/repos/{owner}/{repo}/pulls/{number}/comments", "GET");
  248. Endpoints[235] = CreateEndpoint("/repos/{owner}/{repo}/pulls/{number}/comments", "POST");
  249. Endpoints[236] = CreateEndpoint("/repos/{owner}/{repo}/pulls/{number}/commits", "GET");
  250. Endpoints[237] = CreateEndpoint("/repos/{owner}/{repo}/pulls/{number}/files", "GET");
  251. Endpoints[238] = CreateEndpoint("/repos/{owner}/{repo}/pulls/{number}/merge", "PUT");
  252. Endpoints[239] = CreateEndpoint("/repos/{owner}/{repo}/pulls/{number}/merge", "GET");
  253. Endpoints[240] = CreateEndpoint("/repos/{owner}/{repo}/releases/{id}/assets", "GET");
  254. Endpoints[241] = CreateEndpoint("/repos/{owner}/{repo}/issues/{number}/labels/{name}", "DELETE");
  255. Endpoints[242] = CreateEndpoint("/repos/{owner}/{repo}/{archive_format}/{path}", "GET");
  256. }
  257. private protected void SetupRequests()
  258. {
  259. Requests = new HttpContext[243];
  260. Requests[0] = new DefaultHttpContext();
  261. Requests[0].RequestServices = CreateServices();
  262. Requests[0].Request.Method = "GET";
  263. Requests[0].Request.Path = "/emojis";
  264. Requests[1] = new DefaultHttpContext();
  265. Requests[1].RequestServices = CreateServices();
  266. Requests[1].Request.Method = "GET";
  267. Requests[1].Request.Path = "/events";
  268. Requests[2] = new DefaultHttpContext();
  269. Requests[2].RequestServices = CreateServices();
  270. Requests[2].Request.Method = "GET";
  271. Requests[2].Request.Path = "/feeds";
  272. Requests[3] = new DefaultHttpContext();
  273. Requests[3].RequestServices = CreateServices();
  274. Requests[3].Request.Method = "GET";
  275. Requests[3].Request.Path = "/gists";
  276. Requests[4] = new DefaultHttpContext();
  277. Requests[4].RequestServices = CreateServices();
  278. Requests[4].Request.Method = "POST";
  279. Requests[4].Request.Path = "/gists";
  280. Requests[5] = new DefaultHttpContext();
  281. Requests[5].RequestServices = CreateServices();
  282. Requests[5].Request.Method = "GET";
  283. Requests[5].Request.Path = "/issues";
  284. Requests[6] = new DefaultHttpContext();
  285. Requests[6].RequestServices = CreateServices();
  286. Requests[6].Request.Method = "POST";
  287. Requests[6].Request.Path = "/markdown";
  288. Requests[7] = new DefaultHttpContext();
  289. Requests[7].RequestServices = CreateServices();
  290. Requests[7].Request.Method = "GET";
  291. Requests[7].Request.Path = "/meta";
  292. Requests[8] = new DefaultHttpContext();
  293. Requests[8].RequestServices = CreateServices();
  294. Requests[8].Request.Method = "GET";
  295. Requests[8].Request.Path = "/notifications";
  296. Requests[9] = new DefaultHttpContext();
  297. Requests[9].RequestServices = CreateServices();
  298. Requests[9].Request.Method = "PUT";
  299. Requests[9].Request.Path = "/notifications";
  300. Requests[10] = new DefaultHttpContext();
  301. Requests[10].RequestServices = CreateServices();
  302. Requests[10].Request.Method = "GET";
  303. Requests[10].Request.Path = "/rate_limit";
  304. Requests[11] = new DefaultHttpContext();
  305. Requests[11].RequestServices = CreateServices();
  306. Requests[11].Request.Method = "GET";
  307. Requests[11].Request.Path = "/repositories";
  308. Requests[12] = new DefaultHttpContext();
  309. Requests[12].RequestServices = CreateServices();
  310. Requests[12].Request.Method = "GET";
  311. Requests[12].Request.Path = "/user";
  312. Requests[13] = new DefaultHttpContext();
  313. Requests[13].RequestServices = CreateServices();
  314. Requests[13].Request.Method = "PATCH";
  315. Requests[13].Request.Path = "/user";
  316. Requests[14] = new DefaultHttpContext();
  317. Requests[14].RequestServices = CreateServices();
  318. Requests[14].Request.Method = "GET";
  319. Requests[14].Request.Path = "/users";
  320. Requests[15] = new DefaultHttpContext();
  321. Requests[15].RequestServices = CreateServices();
  322. Requests[15].Request.Method = "GET";
  323. Requests[15].Request.Path = "/gists/public";
  324. Requests[16] = new DefaultHttpContext();
  325. Requests[16].RequestServices = CreateServices();
  326. Requests[16].Request.Method = "GET";
  327. Requests[16].Request.Path = "/gists/starred";
  328. Requests[17] = new DefaultHttpContext();
  329. Requests[17].RequestServices = CreateServices();
  330. Requests[17].Request.Method = "GET";
  331. Requests[17].Request.Path = "/gitignore/templates";
  332. Requests[18] = new DefaultHttpContext();
  333. Requests[18].RequestServices = CreateServices();
  334. Requests[18].Request.Method = "POST";
  335. Requests[18].Request.Path = "/markdown/raw";
  336. Requests[19] = new DefaultHttpContext();
  337. Requests[19].RequestServices = CreateServices();
  338. Requests[19].Request.Method = "GET";
  339. Requests[19].Request.Path = "/search/code";
  340. Requests[20] = new DefaultHttpContext();
  341. Requests[20].RequestServices = CreateServices();
  342. Requests[20].Request.Method = "GET";
  343. Requests[20].Request.Path = "/search/issues";
  344. Requests[21] = new DefaultHttpContext();
  345. Requests[21].RequestServices = CreateServices();
  346. Requests[21].Request.Method = "GET";
  347. Requests[21].Request.Path = "/search/repositories";
  348. Requests[22] = new DefaultHttpContext();
  349. Requests[22].RequestServices = CreateServices();
  350. Requests[22].Request.Method = "GET";
  351. Requests[22].Request.Path = "/search/users";
  352. Requests[23] = new DefaultHttpContext();
  353. Requests[23].RequestServices = CreateServices();
  354. Requests[23].Request.Method = "GET";
  355. Requests[23].Request.Path = "/user/emails";
  356. Requests[24] = new DefaultHttpContext();
  357. Requests[24].RequestServices = CreateServices();
  358. Requests[24].Request.Method = "DELETE";
  359. Requests[24].Request.Path = "/user/emails";
  360. Requests[25] = new DefaultHttpContext();
  361. Requests[25].RequestServices = CreateServices();
  362. Requests[25].Request.Method = "POST";
  363. Requests[25].Request.Path = "/user/emails";
  364. Requests[26] = new DefaultHttpContext();
  365. Requests[26].RequestServices = CreateServices();
  366. Requests[26].Request.Method = "GET";
  367. Requests[26].Request.Path = "/user/followers";
  368. Requests[27] = new DefaultHttpContext();
  369. Requests[27].RequestServices = CreateServices();
  370. Requests[27].Request.Method = "GET";
  371. Requests[27].Request.Path = "/user/following";
  372. Requests[28] = new DefaultHttpContext();
  373. Requests[28].RequestServices = CreateServices();
  374. Requests[28].Request.Method = "GET";
  375. Requests[28].Request.Path = "/user/issues";
  376. Requests[29] = new DefaultHttpContext();
  377. Requests[29].RequestServices = CreateServices();
  378. Requests[29].Request.Method = "POST";
  379. Requests[29].Request.Path = "/user/keys";
  380. Requests[30] = new DefaultHttpContext();
  381. Requests[30].RequestServices = CreateServices();
  382. Requests[30].Request.Method = "GET";
  383. Requests[30].Request.Path = "/user/keys";
  384. Requests[31] = new DefaultHttpContext();
  385. Requests[31].RequestServices = CreateServices();
  386. Requests[31].Request.Method = "GET";
  387. Requests[31].Request.Path = "/user/orgs";
  388. Requests[32] = new DefaultHttpContext();
  389. Requests[32].RequestServices = CreateServices();
  390. Requests[32].Request.Method = "GET";
  391. Requests[32].Request.Path = "/user/repos";
  392. Requests[33] = new DefaultHttpContext();
  393. Requests[33].RequestServices = CreateServices();
  394. Requests[33].Request.Method = "POST";
  395. Requests[33].Request.Path = "/user/repos";
  396. Requests[34] = new DefaultHttpContext();
  397. Requests[34].RequestServices = CreateServices();
  398. Requests[34].Request.Method = "GET";
  399. Requests[34].Request.Path = "/user/starred";
  400. Requests[35] = new DefaultHttpContext();
  401. Requests[35].RequestServices = CreateServices();
  402. Requests[35].Request.Method = "GET";
  403. Requests[35].Request.Path = "/user/subscriptions";
  404. Requests[36] = new DefaultHttpContext();
  405. Requests[36].RequestServices = CreateServices();
  406. Requests[36].Request.Method = "GET";
  407. Requests[36].Request.Path = "/user/teams";
  408. Requests[37] = new DefaultHttpContext();
  409. Requests[37].RequestServices = CreateServices();
  410. Requests[37].Request.Method = "GET";
  411. Requests[37].Request.Path = "/legacy/repos/search/7651dbb";
  412. Requests[38] = new DefaultHttpContext();
  413. Requests[38].RequestServices = CreateServices();
  414. Requests[38].Request.Method = "GET";
  415. Requests[38].Request.Path = "/legacy/user/email/04193";
  416. Requests[39] = new DefaultHttpContext();
  417. Requests[39].RequestServices = CreateServices();
  418. Requests[39].Request.Method = "GET";
  419. Requests[39].Request.Path = "/legacy/user/search/83cd044";
  420. Requests[40] = new DefaultHttpContext();
  421. Requests[40].RequestServices = CreateServices();
  422. Requests[40].Request.Method = "GET";
  423. Requests[40].Request.Path = "/legacy/issues/search/2badf/dc2f3c98-c/2d6bc/61d4c54";
  424. Requests[41] = new DefaultHttpContext();
  425. Requests[41].RequestServices = CreateServices();
  426. Requests[41].Request.Method = "GET";
  427. Requests[41].Request.Path = "/gitignore/templates/e4789e94";
  428. Requests[42] = new DefaultHttpContext();
  429. Requests[42].RequestServices = CreateServices();
  430. Requests[42].Request.Method = "GET";
  431. Requests[42].Request.Path = "/notifications/threads/54db8";
  432. Requests[43] = new DefaultHttpContext();
  433. Requests[43].RequestServices = CreateServices();
  434. Requests[43].Request.Method = "PATCH";
  435. Requests[43].Request.Path = "/notifications/threads/a9ccb";
  436. Requests[44] = new DefaultHttpContext();
  437. Requests[44].RequestServices = CreateServices();
  438. Requests[44].Request.Method = "DELETE";
  439. Requests[44].Request.Path = "/user/following/5a73d521";
  440. Requests[45] = new DefaultHttpContext();
  441. Requests[45].RequestServices = CreateServices();
  442. Requests[45].Request.Method = "GET";
  443. Requests[45].Request.Path = "/user/following/77cb2864";
  444. Requests[46] = new DefaultHttpContext();
  445. Requests[46].RequestServices = CreateServices();
  446. Requests[46].Request.Method = "PUT";
  447. Requests[46].Request.Path = "/user/following/91b65e36";
  448. Requests[47] = new DefaultHttpContext();
  449. Requests[47].RequestServices = CreateServices();
  450. Requests[47].Request.Method = "DELETE";
  451. Requests[47].Request.Path = "/user/keys/27092";
  452. Requests[48] = new DefaultHttpContext();
  453. Requests[48].RequestServices = CreateServices();
  454. Requests[48].Request.Method = "GET";
  455. Requests[48].Request.Path = "/user/keys/a0882";
  456. Requests[49] = new DefaultHttpContext();
  457. Requests[49].RequestServices = CreateServices();
  458. Requests[49].Request.Method = "DELETE";
  459. Requests[49].Request.Path = "/notifications/threads/0b0be/subscription";
  460. Requests[50] = new DefaultHttpContext();
  461. Requests[50].RequestServices = CreateServices();
  462. Requests[50].Request.Method = "GET";
  463. Requests[50].Request.Path = "/notifications/threads/9b0d8/subscription";
  464. Requests[51] = new DefaultHttpContext();
  465. Requests[51].RequestServices = CreateServices();
  466. Requests[51].Request.Method = "PUT";
  467. Requests[51].Request.Path = "/notifications/threads/8a23f/subscription";
  468. Requests[52] = new DefaultHttpContext();
  469. Requests[52].RequestServices = CreateServices();
  470. Requests[52].Request.Method = "PUT";
  471. Requests[52].Request.Path = "/user/starred/ec9c4/16da5";
  472. Requests[53] = new DefaultHttpContext();
  473. Requests[53].RequestServices = CreateServices();
  474. Requests[53].Request.Method = "GET";
  475. Requests[53].Request.Path = "/user/starred/59cdd/1bec4";
  476. Requests[54] = new DefaultHttpContext();
  477. Requests[54].RequestServices = CreateServices();
  478. Requests[54].Request.Method = "DELETE";
  479. Requests[54].Request.Path = "/user/starred/14da3/8c4b5";
  480. Requests[55] = new DefaultHttpContext();
  481. Requests[55].RequestServices = CreateServices();
  482. Requests[55].Request.Method = "PUT";
  483. Requests[55].Request.Path = "/user/subscriptions/b6bea/ba79d";
  484. Requests[56] = new DefaultHttpContext();
  485. Requests[56].RequestServices = CreateServices();
  486. Requests[56].Request.Method = "GET";
  487. Requests[56].Request.Path = "/user/subscriptions/83c9a/b83ce";
  488. Requests[57] = new DefaultHttpContext();
  489. Requests[57].RequestServices = CreateServices();
  490. Requests[57].Request.Method = "DELETE";
  491. Requests[57].Request.Path = "/user/subscriptions/10903/f415b";
  492. Requests[58] = new DefaultHttpContext();
  493. Requests[58].RequestServices = CreateServices();
  494. Requests[58].Request.Method = "GET";
  495. Requests[58].Request.Path = "/gists/c78b2";
  496. Requests[59] = new DefaultHttpContext();
  497. Requests[59].RequestServices = CreateServices();
  498. Requests[59].Request.Method = "PATCH";
  499. Requests[59].Request.Path = "/gists/7316d";
  500. Requests[60] = new DefaultHttpContext();
  501. Requests[60].RequestServices = CreateServices();
  502. Requests[60].Request.Method = "DELETE";
  503. Requests[60].Request.Path = "/gists/dac3c";
  504. Requests[61] = new DefaultHttpContext();
  505. Requests[61].RequestServices = CreateServices();
  506. Requests[61].Request.Method = "PATCH";
  507. Requests[61].Request.Path = "/orgs/f93c4";
  508. Requests[62] = new DefaultHttpContext();
  509. Requests[62].RequestServices = CreateServices();
  510. Requests[62].Request.Method = "GET";
  511. Requests[62].Request.Path = "/orgs/278c1";
  512. Requests[63] = new DefaultHttpContext();
  513. Requests[63].RequestServices = CreateServices();
  514. Requests[63].Request.Method = "PATCH";
  515. Requests[63].Request.Path = "/teams/14c0dc";
  516. Requests[64] = new DefaultHttpContext();
  517. Requests[64].RequestServices = CreateServices();
  518. Requests[64].Request.Method = "GET";
  519. Requests[64].Request.Path = "/teams/71f13b";
  520. Requests[65] = new DefaultHttpContext();
  521. Requests[65].RequestServices = CreateServices();
  522. Requests[65].Request.Method = "DELETE";
  523. Requests[65].Request.Path = "/teams/ca53db";
  524. Requests[66] = new DefaultHttpContext();
  525. Requests[66].RequestServices = CreateServices();
  526. Requests[66].Request.Method = "GET";
  527. Requests[66].Request.Path = "/users/fa9c6dc9";
  528. Requests[67] = new DefaultHttpContext();
  529. Requests[67].RequestServices = CreateServices();
  530. Requests[67].Request.Method = "GET";
  531. Requests[67].Request.Path = "/gists/2f9f8/comments";
  532. Requests[68] = new DefaultHttpContext();
  533. Requests[68].RequestServices = CreateServices();
  534. Requests[68].Request.Method = "POST";
  535. Requests[68].Request.Path = "/gists/618f7/comments";
  536. Requests[69] = new DefaultHttpContext();
  537. Requests[69].RequestServices = CreateServices();
  538. Requests[69].Request.Method = "POST";
  539. Requests[69].Request.Path = "/gists/6313c/forks";
  540. Requests[70] = new DefaultHttpContext();
  541. Requests[70].RequestServices = CreateServices();
  542. Requests[70].Request.Method = "DELETE";
  543. Requests[70].Request.Path = "/gists/9034d/star";
  544. Requests[71] = new DefaultHttpContext();
  545. Requests[71].RequestServices = CreateServices();
  546. Requests[71].Request.Method = "GET";
  547. Requests[71].Request.Path = "/gists/b571d/star";
  548. Requests[72] = new DefaultHttpContext();
  549. Requests[72].RequestServices = CreateServices();
  550. Requests[72].Request.Method = "PUT";
  551. Requests[72].Request.Path = "/gists/83ab8/star";
  552. Requests[73] = new DefaultHttpContext();
  553. Requests[73].RequestServices = CreateServices();
  554. Requests[73].Request.Method = "GET";
  555. Requests[73].Request.Path = "/orgs/9be14/events";
  556. Requests[74] = new DefaultHttpContext();
  557. Requests[74].RequestServices = CreateServices();
  558. Requests[74].Request.Method = "GET";
  559. Requests[74].Request.Path = "/orgs/b014e/issues";
  560. Requests[75] = new DefaultHttpContext();
  561. Requests[75].RequestServices = CreateServices();
  562. Requests[75].Request.Method = "GET";
  563. Requests[75].Request.Path = "/orgs/a4856/members";
  564. Requests[76] = new DefaultHttpContext();
  565. Requests[76].RequestServices = CreateServices();
  566. Requests[76].Request.Method = "GET";
  567. Requests[76].Request.Path = "/orgs/764a9/public_members";
  568. Requests[77] = new DefaultHttpContext();
  569. Requests[77].RequestServices = CreateServices();
  570. Requests[77].Request.Method = "GET";
  571. Requests[77].Request.Path = "/orgs/7749d/repos";
  572. Requests[78] = new DefaultHttpContext();
  573. Requests[78].RequestServices = CreateServices();
  574. Requests[78].Request.Method = "POST";
  575. Requests[78].Request.Path = "/orgs/2289c/repos";
  576. Requests[79] = new DefaultHttpContext();
  577. Requests[79].RequestServices = CreateServices();
  578. Requests[79].Request.Method = "POST";
  579. Requests[79].Request.Path = "/orgs/42198/teams";
  580. Requests[80] = new DefaultHttpContext();
  581. Requests[80].RequestServices = CreateServices();
  582. Requests[80].Request.Method = "GET";
  583. Requests[80].Request.Path = "/orgs/5d0bc/teams";
  584. Requests[81] = new DefaultHttpContext();
  585. Requests[81].RequestServices = CreateServices();
  586. Requests[81].Request.Method = "GET";
  587. Requests[81].Request.Path = "/teams/b8f729/members";
  588. Requests[82] = new DefaultHttpContext();
  589. Requests[82].RequestServices = CreateServices();
  590. Requests[82].Request.Method = "GET";
  591. Requests[82].Request.Path = "/teams/03b619/repos";
  592. Requests[83] = new DefaultHttpContext();
  593. Requests[83].RequestServices = CreateServices();
  594. Requests[83].Request.Method = "GET";
  595. Requests[83].Request.Path = "/users/999f39df/events";
  596. Requests[84] = new DefaultHttpContext();
  597. Requests[84].RequestServices = CreateServices();
  598. Requests[84].Request.Method = "GET";
  599. Requests[84].Request.Path = "/users/bbecc307/followers";
  600. Requests[85] = new DefaultHttpContext();
  601. Requests[85].RequestServices = CreateServices();
  602. Requests[85].Request.Method = "GET";
  603. Requests[85].Request.Path = "/users/9127792b/gists";
  604. Requests[86] = new DefaultHttpContext();
  605. Requests[86].RequestServices = CreateServices();
  606. Requests[86].Request.Method = "GET";
  607. Requests[86].Request.Path = "/users/a81cf3db/keys";
  608. Requests[87] = new DefaultHttpContext();
  609. Requests[87].RequestServices = CreateServices();
  610. Requests[87].Request.Method = "GET";
  611. Requests[87].Request.Path = "/users/575556d6/orgs";
  612. Requests[88] = new DefaultHttpContext();
  613. Requests[88].RequestServices = CreateServices();
  614. Requests[88].Request.Method = "GET";
  615. Requests[88].Request.Path = "/users/0ef07cfe/received_events";
  616. Requests[89] = new DefaultHttpContext();
  617. Requests[89].RequestServices = CreateServices();
  618. Requests[89].Request.Method = "GET";
  619. Requests[89].Request.Path = "/users/fa4901d4/repos";
  620. Requests[90] = new DefaultHttpContext();
  621. Requests[90].RequestServices = CreateServices();
  622. Requests[90].Request.Method = "GET";
  623. Requests[90].Request.Path = "/users/7a88b2ac/starred";
  624. Requests[91] = new DefaultHttpContext();
  625. Requests[91].RequestServices = CreateServices();
  626. Requests[91].Request.Method = "GET";
  627. Requests[91].Request.Path = "/users/4d8b04d1/subscriptions";
  628. Requests[92] = new DefaultHttpContext();
  629. Requests[92].RequestServices = CreateServices();
  630. Requests[92].Request.Method = "GET";
  631. Requests[92].Request.Path = "/users/73e28d52/received_events/public";
  632. Requests[93] = new DefaultHttpContext();
  633. Requests[93].RequestServices = CreateServices();
  634. Requests[93].Request.Method = "GET";
  635. Requests[93].Request.Path = "/users/f98f2363/events/orgs/51c95";
  636. Requests[94] = new DefaultHttpContext();
  637. Requests[94].RequestServices = CreateServices();
  638. Requests[94].Request.Method = "DELETE";
  639. Requests[94].Request.Path = "/gists/f8720/comments/b56cd8ff-";
  640. Requests[95] = new DefaultHttpContext();
  641. Requests[95].RequestServices = CreateServices();
  642. Requests[95].Request.Method = "GET";
  643. Requests[95].Request.Path = "/gists/40327/comments/11594715-";
  644. Requests[96] = new DefaultHttpContext();
  645. Requests[96].RequestServices = CreateServices();
  646. Requests[96].Request.Method = "PATCH";
  647. Requests[96].Request.Path = "/gists/fb063/comments/1da04881-";
  648. Requests[97] = new DefaultHttpContext();
  649. Requests[97].RequestServices = CreateServices();
  650. Requests[97].Request.Method = "DELETE";
  651. Requests[97].Request.Path = "/orgs/15419/members/9d03051d";
  652. Requests[98] = new DefaultHttpContext();
  653. Requests[98].RequestServices = CreateServices();
  654. Requests[98].Request.Method = "GET";
  655. Requests[98].Request.Path = "/orgs/3cbe7/members/4045509c";
  656. Requests[99] = new DefaultHttpContext();
  657. Requests[99].RequestServices = CreateServices();
  658. Requests[99].Request.Method = "PUT";
  659. Requests[99].Request.Path = "/orgs/72f1a/public_members/6163704c";
  660. Requests[100] = new DefaultHttpContext();
  661. Requests[100].RequestServices = CreateServices();
  662. Requests[100].Request.Method = "GET";
  663. Requests[100].Request.Path = "/orgs/bae66/public_members/c1aef66c";
  664. Requests[101] = new DefaultHttpContext();
  665. Requests[101].RequestServices = CreateServices();
  666. Requests[101].Request.Method = "DELETE";
  667. Requests[101].Request.Path = "/orgs/d8648/public_members/2319ad3d";
  668. Requests[102] = new DefaultHttpContext();
  669. Requests[102].RequestServices = CreateServices();
  670. Requests[102].Request.Method = "GET";
  671. Requests[102].Request.Path = "/teams/262658/members/5dac9fc5";
  672. Requests[103] = new DefaultHttpContext();
  673. Requests[103].RequestServices = CreateServices();
  674. Requests[103].Request.Method = "PUT";
  675. Requests[103].Request.Path = "/teams/430633/members/795406c6";
  676. Requests[104] = new DefaultHttpContext();
  677. Requests[104].RequestServices = CreateServices();
  678. Requests[104].Request.Method = "DELETE";
  679. Requests[104].Request.Path = "/teams/7e9f66/members/919df774";
  680. Requests[105] = new DefaultHttpContext();
  681. Requests[105].RequestServices = CreateServices();
  682. Requests[105].Request.Method = "DELETE";
  683. Requests[105].Request.Path = "/teams/b34a3b/memberships/33fdb8ad";
  684. Requests[106] = new DefaultHttpContext();
  685. Requests[106].RequestServices = CreateServices();
  686. Requests[106].Request.Method = "PUT";
  687. Requests[106].Request.Path = "/teams/a0f9ea/memberships/dcb115d9";
  688. Requests[107] = new DefaultHttpContext();
  689. Requests[107].RequestServices = CreateServices();
  690. Requests[107].Request.Method = "GET";
  691. Requests[107].Request.Path = "/teams/e43785/memberships/2f601a63";
  692. Requests[108] = new DefaultHttpContext();
  693. Requests[108].RequestServices = CreateServices();
  694. Requests[108].Request.Method = "GET";
  695. Requests[108].Request.Path = "/users/44263c00/following/a7887e00-7";
  696. Requests[109] = new DefaultHttpContext();
  697. Requests[109].RequestServices = CreateServices();
  698. Requests[109].Request.Method = "PUT";
  699. Requests[109].Request.Path = "/teams/451dd6/repos/7b326/00b51";
  700. Requests[110] = new DefaultHttpContext();
  701. Requests[110].RequestServices = CreateServices();
  702. Requests[110].Request.Method = "DELETE";
  703. Requests[110].Request.Path = "/teams/b01088/repos/41fc2/f54bc";
  704. Requests[111] = new DefaultHttpContext();
  705. Requests[111].RequestServices = CreateServices();
  706. Requests[111].Request.Method = "GET";
  707. Requests[111].Request.Path = "/teams/91eed9/repos/189dd/35f6c";
  708. Requests[112] = new DefaultHttpContext();
  709. Requests[112].RequestServices = CreateServices();
  710. Requests[112].Request.Method = "PATCH";
  711. Requests[112].Request.Path = "/repos/c8d69/5a51a";
  712. Requests[113] = new DefaultHttpContext();
  713. Requests[113].RequestServices = CreateServices();
  714. Requests[113].Request.Method = "DELETE";
  715. Requests[113].Request.Path = "/repos/a6b70/56c66";
  716. Requests[114] = new DefaultHttpContext();
  717. Requests[114].RequestServices = CreateServices();
  718. Requests[114].Request.Method = "GET";
  719. Requests[114].Request.Path = "/repos/ba9a3/cad23";
  720. Requests[115] = new DefaultHttpContext();
  721. Requests[115].RequestServices = CreateServices();
  722. Requests[115].Request.Method = "GET";
  723. Requests[115].Request.Path = "/networks/fcaf8/84422/events";
  724. Requests[116] = new DefaultHttpContext();
  725. Requests[116].RequestServices = CreateServices();
  726. Requests[116].Request.Method = "GET";
  727. Requests[116].Request.Path = "/repos/673e0/f8701/assignees";
  728. Requests[117] = new DefaultHttpContext();
  729. Requests[117].RequestServices = CreateServices();
  730. Requests[117].Request.Method = "GET";
  731. Requests[117].Request.Path = "/repos/a0209/62a33/branches";
  732. Requests[118] = new DefaultHttpContext();
  733. Requests[118].RequestServices = CreateServices();
  734. Requests[118].Request.Method = "GET";
  735. Requests[118].Request.Path = "/repos/9bb2b/64afd/collaborators";
  736. Requests[119] = new DefaultHttpContext();
  737. Requests[119].RequestServices = CreateServices();
  738. Requests[119].Request.Method = "GET";
  739. Requests[119].Request.Path = "/repos/88841/14fcf/comments";
  740. Requests[120] = new DefaultHttpContext();
  741. Requests[120].RequestServices = CreateServices();
  742. Requests[120].Request.Method = "GET";
  743. Requests[120].Request.Path = "/repos/c3a42/f3621/commits";
  744. Requests[121] = new DefaultHttpContext();
  745. Requests[121].RequestServices = CreateServices();
  746. Requests[121].Request.Method = "GET";
  747. Requests[121].Request.Path = "/repos/c97ea/02516/contributors";
  748. Requests[122] = new DefaultHttpContext();
  749. Requests[122].RequestServices = CreateServices();
  750. Requests[122].Request.Method = "GET";
  751. Requests[122].Request.Path = "/repos/0e145/74ac8/deployments";
  752. Requests[123] = new DefaultHttpContext();
  753. Requests[123].RequestServices = CreateServices();
  754. Requests[123].Request.Method = "POST";
  755. Requests[123].Request.Path = "/repos/98ad0/1b957/deployments";
  756. Requests[124] = new DefaultHttpContext();
  757. Requests[124].RequestServices = CreateServices();
  758. Requests[124].Request.Method = "GET";
  759. Requests[124].Request.Path = "/repos/024a2/1eb41/downloads";
  760. Requests[125] = new DefaultHttpContext();
  761. Requests[125].RequestServices = CreateServices();
  762. Requests[125].Request.Method = "GET";
  763. Requests[125].Request.Path = "/repos/d5cad/f8231/events";
  764. Requests[126] = new DefaultHttpContext();
  765. Requests[126].RequestServices = CreateServices();
  766. Requests[126].Request.Method = "GET";
  767. Requests[126].Request.Path = "/repos/d371c/72b82/forks";
  768. Requests[127] = new DefaultHttpContext();
  769. Requests[127].RequestServices = CreateServices();
  770. Requests[127].Request.Method = "POST";
  771. Requests[127].Request.Path = "/repos/f0086/e005d/forks";
  772. Requests[128] = new DefaultHttpContext();
  773. Requests[128].RequestServices = CreateServices();
  774. Requests[128].Request.Method = "POST";
  775. Requests[128].Request.Path = "/repos/3a68f/edfc1/hooks";
  776. Requests[129] = new DefaultHttpContext();
  777. Requests[129].RequestServices = CreateServices();
  778. Requests[129].Request.Method = "GET";
  779. Requests[129].Request.Path = "/repos/4f5aa/5f2cd/hooks";
  780. Requests[130] = new DefaultHttpContext();
  781. Requests[130].RequestServices = CreateServices();
  782. Requests[130].Request.Method = "GET";
  783. Requests[130].Request.Path = "/repos/5a7bb/3f08b/issues";
  784. Requests[131] = new DefaultHttpContext();
  785. Requests[131].RequestServices = CreateServices();
  786. Requests[131].Request.Method = "POST";
  787. Requests[131].Request.Path = "/repos/38084/699f9/issues";
  788. Requests[132] = new DefaultHttpContext();
  789. Requests[132].RequestServices = CreateServices();
  790. Requests[132].Request.Method = "GET";
  791. Requests[132].Request.Path = "/repos/764dd/f916c/keys";
  792. Requests[133] = new DefaultHttpContext();
  793. Requests[133].RequestServices = CreateServices();
  794. Requests[133].Request.Method = "POST";
  795. Requests[133].Request.Path = "/repos/cb0f8/a2bf4/keys";
  796. Requests[134] = new DefaultHttpContext();
  797. Requests[134].RequestServices = CreateServices();
  798. Requests[134].Request.Method = "GET";
  799. Requests[134].Request.Path = "/repos/669bb/04383/labels";
  800. Requests[135] = new DefaultHttpContext();
  801. Requests[135].RequestServices = CreateServices();
  802. Requests[135].Request.Method = "POST";
  803. Requests[135].Request.Path = "/repos/8d707/02782/labels";
  804. Requests[136] = new DefaultHttpContext();
  805. Requests[136].RequestServices = CreateServices();
  806. Requests[136].Request.Method = "GET";
  807. Requests[136].Request.Path = "/repos/b5333/4a0e6/languages";
  808. Requests[137] = new DefaultHttpContext();
  809. Requests[137].RequestServices = CreateServices();
  810. Requests[137].Request.Method = "POST";
  811. Requests[137].Request.Path = "/repos/c7d7a/1e2d3/merges";
  812. Requests[138] = new DefaultHttpContext();
  813. Requests[138].RequestServices = CreateServices();
  814. Requests[138].Request.Method = "GET";
  815. Requests[138].Request.Path = "/repos/04ef4/de9d2/milestones";
  816. Requests[139] = new DefaultHttpContext();
  817. Requests[139].RequestServices = CreateServices();
  818. Requests[139].Request.Method = "POST";
  819. Requests[139].Request.Path = "/repos/a6a19/65d59/milestones";
  820. Requests[140] = new DefaultHttpContext();
  821. Requests[140].RequestServices = CreateServices();
  822. Requests[140].Request.Method = "PUT";
  823. Requests[140].Request.Path = "/repos/3f065/88c9f/notifications";
  824. Requests[141] = new DefaultHttpContext();
  825. Requests[141].RequestServices = CreateServices();
  826. Requests[141].Request.Method = "GET";
  827. Requests[141].Request.Path = "/repos/1f9f5/58bc1/notifications";
  828. Requests[142] = new DefaultHttpContext();
  829. Requests[142].RequestServices = CreateServices();
  830. Requests[142].Request.Method = "POST";
  831. Requests[142].Request.Path = "/repos/b5cf9/09870/pulls";
  832. Requests[143] = new DefaultHttpContext();
  833. Requests[143].RequestServices = CreateServices();
  834. Requests[143].Request.Method = "GET";
  835. Requests[143].Request.Path = "/repos/9d7c9/73349/pulls";
  836. Requests[144] = new DefaultHttpContext();
  837. Requests[144].RequestServices = CreateServices();
  838. Requests[144].Request.Method = "GET";
  839. Requests[144].Request.Path = "/repos/681e6/51b96/readme";
  840. Requests[145] = new DefaultHttpContext();
  841. Requests[145].RequestServices = CreateServices();
  842. Requests[145].Request.Method = "POST";
  843. Requests[145].Request.Path = "/repos/995e7/0fc05/releases";
  844. Requests[146] = new DefaultHttpContext();
  845. Requests[146].RequestServices = CreateServices();
  846. Requests[146].Request.Method = "GET";
  847. Requests[146].Request.Path = "/repos/70706/4db75/releases";
  848. Requests[147] = new DefaultHttpContext();
  849. Requests[147].RequestServices = CreateServices();
  850. Requests[147].Request.Method = "GET";
  851. Requests[147].Request.Path = "/repos/ed8e4/2ac9a/stargazers";
  852. Requests[148] = new DefaultHttpContext();
  853. Requests[148].RequestServices = CreateServices();
  854. Requests[148].Request.Method = "GET";
  855. Requests[148].Request.Path = "/repos/2ce98/61a4f/subscribers";
  856. Requests[149] = new DefaultHttpContext();
  857. Requests[149].RequestServices = CreateServices();
  858. Requests[149].Request.Method = "PUT";
  859. Requests[149].Request.Path = "/repos/8e47e/73aea/subscription";
  860. Requests[150] = new DefaultHttpContext();
  861. Requests[150].RequestServices = CreateServices();
  862. Requests[150].Request.Method = "GET";
  863. Requests[150].Request.Path = "/repos/89a1e/ff66d/subscription";
  864. Requests[151] = new DefaultHttpContext();
  865. Requests[151].RequestServices = CreateServices();
  866. Requests[151].Request.Method = "DELETE";
  867. Requests[151].Request.Path = "/repos/4ef88/cea09/subscription";
  868. Requests[152] = new DefaultHttpContext();
  869. Requests[152].RequestServices = CreateServices();
  870. Requests[152].Request.Method = "GET";
  871. Requests[152].Request.Path = "/repos/15949/8ac47/tags";
  872. Requests[153] = new DefaultHttpContext();
  873. Requests[153].RequestServices = CreateServices();
  874. Requests[153].Request.Method = "GET";
  875. Requests[153].Request.Path = "/repos/dae74/c0aa0/teams";
  876. Requests[154] = new DefaultHttpContext();
  877. Requests[154].RequestServices = CreateServices();
  878. Requests[154].Request.Method = "GET";
  879. Requests[154].Request.Path = "/repos/1f052/3f5dd/watchers";
  880. Requests[155] = new DefaultHttpContext();
  881. Requests[155].RequestServices = CreateServices();
  882. Requests[155].Request.Method = "POST";
  883. Requests[155].Request.Path = "/repos/3813a/cd329/git/blobs";
  884. Requests[156] = new DefaultHttpContext();
  885. Requests[156].RequestServices = CreateServices();
  886. Requests[156].Request.Method = "POST";
  887. Requests[156].Request.Path = "/repos/3190b/d3733/git/commits";
  888. Requests[157] = new DefaultHttpContext();
  889. Requests[157].RequestServices = CreateServices();
  890. Requests[157].Request.Method = "GET";
  891. Requests[157].Request.Path = "/repos/b5096/6079c/git/refs";
  892. Requests[158] = new DefaultHttpContext();
  893. Requests[158].RequestServices = CreateServices();
  894. Requests[158].Request.Method = "POST";
  895. Requests[158].Request.Path = "/repos/1047a/b3551/git/refs";
  896. Requests[159] = new DefaultHttpContext();
  897. Requests[159].RequestServices = CreateServices();
  898. Requests[159].Request.Method = "POST";
  899. Requests[159].Request.Path = "/repos/5af5c/8e748/git/tags";
  900. Requests[160] = new DefaultHttpContext();
  901. Requests[160].RequestServices = CreateServices();
  902. Requests[160].Request.Method = "POST";
  903. Requests[160].Request.Path = "/repos/d6e7d/015bf/git/trees";
  904. Requests[161] = new DefaultHttpContext();
  905. Requests[161].RequestServices = CreateServices();
  906. Requests[161].Request.Method = "GET";
  907. Requests[161].Request.Path = "/repos/e720a/8355c/issues/comments";
  908. Requests[162] = new DefaultHttpContext();
  909. Requests[162].RequestServices = CreateServices();
  910. Requests[162].Request.Method = "GET";
  911. Requests[162].Request.Path = "/repos/521c1/6efee/issues/events";
  912. Requests[163] = new DefaultHttpContext();
  913. Requests[163].RequestServices = CreateServices();
  914. Requests[163].Request.Method = "GET";
  915. Requests[163].Request.Path = "/repos/8a335/9b409/pulls/comments";
  916. Requests[164] = new DefaultHttpContext();
  917. Requests[164].RequestServices = CreateServices();
  918. Requests[164].Request.Method = "GET";
  919. Requests[164].Request.Path = "/repos/e8356/20c39/stats/code_frequency";
  920. Requests[165] = new DefaultHttpContext();
  921. Requests[165].RequestServices = CreateServices();
  922. Requests[165].Request.Method = "GET";
  923. Requests[165].Request.Path = "/repos/0272d/2c8c3/stats/commit_activity";
  924. Requests[166] = new DefaultHttpContext();
  925. Requests[166].RequestServices = CreateServices();
  926. Requests[166].Request.Method = "GET";
  927. Requests[166].Request.Path = "/repos/7073c/cb35a/stats/contributors";
  928. Requests[167] = new DefaultHttpContext();
  929. Requests[167].RequestServices = CreateServices();
  930. Requests[167].Request.Method = "GET";
  931. Requests[167].Request.Path = "/repos/86066/0134f/stats/participation";
  932. Requests[168] = new DefaultHttpContext();
  933. Requests[168].RequestServices = CreateServices();
  934. Requests[168].Request.Method = "GET";
  935. Requests[168].Request.Path = "/repos/b8add/8d26a/stats/punch_card";
  936. Requests[169] = new DefaultHttpContext();
  937. Requests[169].RequestServices = CreateServices();
  938. Requests[169].Request.Method = "GET";
  939. Requests[169].Request.Path = "/repos/6ea45/b6794/git/blobs/5c33fac";
  940. Requests[170] = new DefaultHttpContext();
  941. Requests[170].RequestServices = CreateServices();
  942. Requests[170].Request.Method = "GET";
  943. Requests[170].Request.Path = "/repos/cb558/705ee/git/commits/171b566";
  944. Requests[171] = new DefaultHttpContext();
  945. Requests[171].RequestServices = CreateServices();
  946. Requests[171].Request.Method = "DELETE";
  947. Requests[171].Request.Path = "/repos/8345e/91f8c/git/refs/b5e99";
  948. Requests[172] = new DefaultHttpContext();
  949. Requests[172].RequestServices = CreateServices();
  950. Requests[172].Request.Method = "PATCH";
  951. Requests[172].Request.Path = "/repos/3192a/5c61a/git/refs/60e61";
  952. Requests[173] = new DefaultHttpContext();
  953. Requests[173].RequestServices = CreateServices();
  954. Requests[173].Request.Method = "GET";
  955. Requests[173].Request.Path = "/repos/09c5f/76bd4/git/refs/16c1b";
  956. Requests[174] = new DefaultHttpContext();
  957. Requests[174].RequestServices = CreateServices();
  958. Requests[174].Request.Method = "GET";
  959. Requests[174].Request.Path = "/repos/49157/59ca0/git/tags/183d0ef";
  960. Requests[175] = new DefaultHttpContext();
  961. Requests[175].RequestServices = CreateServices();
  962. Requests[175].Request.Method = "GET";
  963. Requests[175].Request.Path = "/repos/a20a3/cd8cd/git/trees/1a6c7ca";
  964. Requests[176] = new DefaultHttpContext();
  965. Requests[176].RequestServices = CreateServices();
  966. Requests[176].Request.Method = "GET";
  967. Requests[176].Request.Path = "/repos/67d82/01158/issues/comments/b7d4fa80-";
  968. Requests[177] = new DefaultHttpContext();
  969. Requests[177].RequestServices = CreateServices();
  970. Requests[177].Request.Method = "PATCH";
  971. Requests[177].Request.Path = "/repos/d1159/092ba/issues/comments/4f2d0804-";
  972. Requests[178] = new DefaultHttpContext();
  973. Requests[178].RequestServices = CreateServices();
  974. Requests[178].Request.Method = "DELETE";
  975. Requests[178].Request.Path = "/repos/f1531/7ae3a/issues/comments/e3bf963c-";
  976. Requests[179] = new DefaultHttpContext();
  977. Requests[179].RequestServices = CreateServices();
  978. Requests[179].Request.Method = "GET";
  979. Requests[179].Request.Path = "/repos/57816/f1144/issues/events/081002b";
  980. Requests[180] = new DefaultHttpContext();
  981. Requests[180].RequestServices = CreateServices();
  982. Requests[180].Request.Method = "PATCH";
  983. Requests[180].Request.Path = "/repos/56ad9/b972d/pulls/comments/942cbd65-";
  984. Requests[181] = new DefaultHttpContext();
  985. Requests[181].RequestServices = CreateServices();
  986. Requests[181].Request.Method = "GET";
  987. Requests[181].Request.Path = "/repos/ed712/2c9ee/pulls/comments/a6a82a40-";
  988. Requests[182] = new DefaultHttpContext();
  989. Requests[182].RequestServices = CreateServices();
  990. Requests[182].Request.Method = "DELETE";
  991. Requests[182].Request.Path = "/repos/f447b/83a3c/pulls/comments/546f821d-";
  992. Requests[183] = new DefaultHttpContext();
  993. Requests[183].RequestServices = CreateServices();
  994. Requests[183].Request.Method = "PATCH";
  995. Requests[183].Request.Path = "/repos/7d270/354b6/releases/assets/28c26";
  996. Requests[184] = new DefaultHttpContext();
  997. Requests[184].RequestServices = CreateServices();
  998. Requests[184].Request.Method = "DELETE";
  999. Requests[184].Request.Path = "/repos/89d11/4446a/releases/assets/85ca4";
  1000. Requests[185] = new DefaultHttpContext();
  1001. Requests[185].RequestServices = CreateServices();
  1002. Requests[185].Request.Method = "GET";
  1003. Requests[185].Request.Path = "/repos/1007a/dea4d/releases/assets/a791d";
  1004. Requests[186] = new DefaultHttpContext();
  1005. Requests[186].RequestServices = CreateServices();
  1006. Requests[186].Request.Method = "GET";
  1007. Requests[186].Request.Path = "/repos/19707/4461f/assignees/1b0f6997";
  1008. Requests[187] = new DefaultHttpContext();
  1009. Requests[187].RequestServices = CreateServices();
  1010. Requests[187].Request.Method = "GET";
  1011. Requests[187].Request.Path = "/repos/b52e7/f3620/branches/53b3b2";
  1012. Requests[188] = new DefaultHttpContext();
  1013. Requests[188].RequestServices = CreateServices();
  1014. Requests[188].Request.Method = "PUT";
  1015. Requests[188].Request.Path = "/repos/89924/ab7d1/collaborators/d9e5f";
  1016. Requests[189] = new DefaultHttpContext();
  1017. Requests[189].RequestServices = CreateServices();
  1018. Requests[189].Request.Method = "DELETE";
  1019. Requests[189].Request.Path = "/repos/75619/6718d/collaborators/b3f56";
  1020. Requests[190] = new DefaultHttpContext();
  1021. Requests[190].RequestServices = CreateServices();
  1022. Requests[190].Request.Method = "GET";
  1023. Requests[190].Request.Path = "/repos/860b7/f702b/collaborators/b501c";
  1024. Requests[191] = new DefaultHttpContext();
  1025. Requests[191].RequestServices = CreateServices();
  1026. Requests[191].Request.Method = "DELETE";
  1027. Requests[191].Request.Path = "/repos/24eb6/d74db/comments/67f29b88-";
  1028. Requests[192] = new DefaultHttpContext();
  1029. Requests[192].RequestServices = CreateServices();
  1030. Requests[192].Request.Method = "GET";
  1031. Requests[192].Request.Path = "/repos/56f6e/b594f/comments/333ad754-";
  1032. Requests[193] = new DefaultHttpContext();
  1033. Requests[193].RequestServices = CreateServices();
  1034. Requests[193].Request.Method = "PATCH";
  1035. Requests[193].Request.Path = "/repos/1936e/266d9/comments/32f61601-";
  1036. Requests[194] = new DefaultHttpContext();
  1037. Requests[194].RequestServices = CreateServices();
  1038. Requests[194].Request.Method = "GET";
  1039. Requests[194].Request.Path = "/repos/bf0c5/04d97/commits/8f2cd44";
  1040. Requests[195] = new DefaultHttpContext();
  1041. Requests[195].RequestServices = CreateServices();
  1042. Requests[195].Request.Method = "GET";
  1043. Requests[195].Request.Path = "/repos/50be2/cb7dc/contents/ca557";
  1044. Requests[196] = new DefaultHttpContext();
  1045. Requests[196].RequestServices = CreateServices();
  1046. Requests[196].Request.Method = "DELETE";
  1047. Requests[196].Request.Path = "/repos/0d9fe/35d38/contents/6c1b5";
  1048. Requests[197] = new DefaultHttpContext();
  1049. Requests[197].RequestServices = CreateServices();
  1050. Requests[197].Request.Method = "PUT";
  1051. Requests[197].Request.Path = "/repos/91795/2625e/contents/b9b80";
  1052. Requests[198] = new DefaultHttpContext();
  1053. Requests[198].RequestServices = CreateServices();
  1054. Requests[198].Request.Method = "GET";
  1055. Requests[198].Request.Path = "/repos/d6d50/39fb7/downloads/214cb182-a";
  1056. Requests[199] = new DefaultHttpContext();
  1057. Requests[199].RequestServices = CreateServices();
  1058. Requests[199].Request.Method = "DELETE";
  1059. Requests[199].Request.Path = "/repos/20bbe/b4263/downloads/d65ce00c-d";
  1060. Requests[200] = new DefaultHttpContext();
  1061. Requests[200].RequestServices = CreateServices();
  1062. Requests[200].Request.Method = "DELETE";
  1063. Requests[200].Request.Path = "/repos/b838e/a0ce0/hooks/1e7f13";
  1064. Requests[201] = new DefaultHttpContext();
  1065. Requests[201].RequestServices = CreateServices();
  1066. Requests[201].Request.Method = "GET";
  1067. Requests[201].Request.Path = "/repos/3be3d/23c37/hooks/f9ad9a";
  1068. Requests[202] = new DefaultHttpContext();
  1069. Requests[202].RequestServices = CreateServices();
  1070. Requests[202].Request.Method = "PATCH";
  1071. Requests[202].Request.Path = "/repos/2c3a4/bb9af/hooks/84ffe1";
  1072. Requests[203] = new DefaultHttpContext();
  1073. Requests[203].RequestServices = CreateServices();
  1074. Requests[203].Request.Method = "GET";
  1075. Requests[203].Request.Path = "/repos/cfcc9/2afa8/issues/9ea5f8";
  1076. Requests[204] = new DefaultHttpContext();
  1077. Requests[204].RequestServices = CreateServices();
  1078. Requests[204].Request.Method = "PATCH";
  1079. Requests[204].Request.Path = "/repos/9618e/f75de/issues/54bede";
  1080. Requests[205] = new DefaultHttpContext();
  1081. Requests[205].RequestServices = CreateServices();
  1082. Requests[205].Request.Method = "GET";
  1083. Requests[205].Request.Path = "/repos/581a6/d7149/keys/9f082";
  1084. Requests[206] = new DefaultHttpContext();
  1085. Requests[206].RequestServices = CreateServices();
  1086. Requests[206].Request.Method = "DELETE";
  1087. Requests[206].Request.Path = "/repos/c8f51/b1a21/keys/83bf2";
  1088. Requests[207] = new DefaultHttpContext();
  1089. Requests[207].RequestServices = CreateServices();
  1090. Requests[207].Request.Method = "GET";
  1091. Requests[207].Request.Path = "/repos/8f89a/70673/labels/c8963";
  1092. Requests[208] = new DefaultHttpContext();
  1093. Requests[208].RequestServices = CreateServices();
  1094. Requests[208].Request.Method = "PATCH";
  1095. Requests[208].Request.Path = "/repos/7fbdf/8ead3/labels/fa2d6";
  1096. Requests[209] = new DefaultHttpContext();
  1097. Requests[209].RequestServices = CreateServices();
  1098. Requests[209].Request.Method = "DELETE";
  1099. Requests[209].Request.Path = "/repos/9fa74/e74bc/labels/772b0";
  1100. Requests[210] = new DefaultHttpContext();
  1101. Requests[210].RequestServices = CreateServices();
  1102. Requests[210].Request.Method = "PATCH";
  1103. Requests[210].Request.Path = "/repos/09fd5/3e300/milestones/976fc4";
  1104. Requests[211] = new DefaultHttpContext();
  1105. Requests[211].RequestServices = CreateServices();
  1106. Requests[211].Request.Method = "GET";
  1107. Requests[211].Request.Path = "/repos/1435a/d9b7e/milestones/9f0a34";
  1108. Requests[212] = new DefaultHttpContext();
  1109. Requests[212].RequestServices = CreateServices();
  1110. Requests[212].Request.Method = "DELETE";
  1111. Requests[212].Request.Path = "/repos/3c95f/84454/milestones/549440";
  1112. Requests[213] = new DefaultHttpContext();
  1113. Requests[213].RequestServices = CreateServices();
  1114. Requests[213].Request.Method = "GET";
  1115. Requests[213].Request.Path = "/repos/eeb3d/51b0c/pulls/ad7440";
  1116. Requests[214] = new DefaultHttpContext();
  1117. Requests[214].RequestServices = CreateServices();
  1118. Requests[214].Request.Method = "PATCH";
  1119. Requests[214].Request.Path = "/repos/5f14f/457de/pulls/cd4607";
  1120. Requests[215] = new DefaultHttpContext();
  1121. Requests[215].RequestServices = CreateServices();
  1122. Requests[215].Request.Method = "PATCH";
  1123. Requests[215].Request.Path = "/repos/11832/78737/releases/959f7";
  1124. Requests[216] = new DefaultHttpContext();
  1125. Requests[216].RequestServices = CreateServices();
  1126. Requests[216].Request.Method = "GET";
  1127. Requests[216].Request.Path = "/repos/ccb9f/de1bc/releases/ad071";
  1128. Requests[217] = new DefaultHttpContext();
  1129. Requests[217].RequestServices = CreateServices();
  1130. Requests[217].Request.Method = "DELETE";
  1131. Requests[217].Request.Path = "/repos/f15aa/e63b6/releases/1369d";
  1132. Requests[218] = new DefaultHttpContext();
  1133. Requests[218].RequestServices = CreateServices();
  1134. Requests[218].Request.Method = "GET";
  1135. Requests[218].Request.Path = "/repos/7452e/dcd51/statuses/b478e";
  1136. Requests[219] = new DefaultHttpContext();
  1137. Requests[219].RequestServices = CreateServices();
  1138. Requests[219].Request.Method = "POST";
  1139. Requests[219].Request.Path = "/repos/d30d7/fe97d/statuses/62682";
  1140. Requests[220] = new DefaultHttpContext();
  1141. Requests[220].RequestServices = CreateServices();
  1142. Requests[220].Request.Method = "GET";
  1143. Requests[220].Request.Path = "/repos/227bd/07245/commits/a6c05/status";
  1144. Requests[221] = new DefaultHttpContext();
  1145. Requests[221].RequestServices = CreateServices();
  1146. Requests[221].Request.Method = "GET";
  1147. Requests[221].Request.Path = "/repos/b55dd/cf212/commits/ad1d5c8/comments";
  1148. Requests[222] = new DefaultHttpContext();
  1149. Requests[222].RequestServices = CreateServices();
  1150. Requests[222].Request.Method = "POST";
  1151. Requests[222].Request.Path = "/repos/77112/723f5/commits/14b857c/comments";
  1152. Requests[223] = new DefaultHttpContext();
  1153. Requests[223].RequestServices = CreateServices();
  1154. Requests[223].Request.Method = "GET";
  1155. Requests[223].Request.Path = "/repos/c22d7/a0574/deployments/61d58/statuses";
  1156. Requests[224] = new DefaultHttpContext();
  1157. Requests[224].RequestServices = CreateServices();
  1158. Requests[224].Request.Method = "POST";
  1159. Requests[224].Request.Path = "/repos/286ce/dca61/deployments/184d0/statuses";
  1160. Requests[225] = new DefaultHttpContext();
  1161. Requests[225].RequestServices = CreateServices();
  1162. Requests[225].Request.Method = "POST";
  1163. Requests[225].Request.Path = "/repos/7f5a4/2398d/hooks/266f33/tests";
  1164. Requests[226] = new DefaultHttpContext();
  1165. Requests[226].RequestServices = CreateServices();
  1166. Requests[226].Request.Method = "POST";
  1167. Requests[226].Request.Path = "/repos/99172/650ce/issues/924319/comments";
  1168. Requests[227] = new DefaultHttpContext();
  1169. Requests[227].RequestServices = CreateServices();
  1170. Requests[227].Request.Method = "GET";
  1171. Requests[227].Request.Path = "/repos/de2d1/af156/issues/b5697c/comments";
  1172. Requests[228] = new DefaultHttpContext();
  1173. Requests[228].RequestServices = CreateServices();
  1174. Requests[228].Request.Method = "GET";
  1175. Requests[228].Request.Path = "/repos/d8ae8/f45f3/issues/275689/events";
  1176. Requests[229] = new DefaultHttpContext();
  1177. Requests[229].RequestServices = CreateServices();
  1178. Requests[229].Request.Method = "POST";
  1179. Requests[229].Request.Path = "/repos/7a71d/c9cbc/issues/ec14d8/labels";
  1180. Requests[230] = new DefaultHttpContext();
  1181. Requests[230].RequestServices = CreateServices();
  1182. Requests[230].Request.Method = "GET";
  1183. Requests[230].Request.Path = "/repos/01a16/e4c7a/issues/7d2ede/labels";
  1184. Requests[231] = new DefaultHttpContext();
  1185. Requests[231].RequestServices = CreateServices();
  1186. Requests[231].Request.Method = "PUT";
  1187. Requests[231].Request.Path = "/repos/24669/5fa5c/issues/255b9b/labels";
  1188. Requests[232] = new DefaultHttpContext();
  1189. Requests[232].RequestServices = CreateServices();
  1190. Requests[232].Request.Method = "DELETE";
  1191. Requests[232].Request.Path = "/repos/75c85/698e1/issues/9a1cde/labels";
  1192. Requests[233] = new DefaultHttpContext();
  1193. Requests[233].RequestServices = CreateServices();
  1194. Requests[233].Request.Method = "GET";
  1195. Requests[233].Request.Path = "/repos/9e801/94a85/milestones/5803ca/labels";
  1196. Requests[234] = new DefaultHttpContext();
  1197. Requests[234].RequestServices = CreateServices();
  1198. Requests[234].Request.Method = "GET";
  1199. Requests[234].Request.Path = "/repos/992d0/3d73f/pulls/6b0862/comments";
  1200. Requests[235] = new DefaultHttpContext();
  1201. Requests[235].RequestServices = CreateServices();
  1202. Requests[235].Request.Method = "POST";
  1203. Requests[235].Request.Path = "/repos/78a07/d7376/pulls/131151/comments";
  1204. Requests[236] = new DefaultHttpContext();
  1205. Requests[236].RequestServices = CreateServices();
  1206. Requests[236].Request.Method = "GET";
  1207. Requests[236].Request.Path = "/repos/4dd6e/584c9/pulls/937b3d/commits";
  1208. Requests[237] = new DefaultHttpContext();
  1209. Requests[237].RequestServices = CreateServices();
  1210. Requests[237].Request.Method = "GET";
  1211. Requests[237].Request.Path = "/repos/d442a/baba7/pulls/15f0a9/files";
  1212. Requests[238] = new DefaultHttpContext();
  1213. Requests[238].RequestServices = CreateServices();
  1214. Requests[238].Request.Method = "PUT";
  1215. Requests[238].Request.Path = "/repos/7a478/342f4/pulls/784bbf/merge";
  1216. Requests[239] = new DefaultHttpContext();
  1217. Requests[239].RequestServices = CreateServices();
  1218. Requests[239].Request.Method = "GET";
  1219. Requests[239].Request.Path = "/repos/0b7c9/15aaa/pulls/aed5dd/merge";
  1220. Requests[240] = new DefaultHttpContext();
  1221. Requests[240].RequestServices = CreateServices();
  1222. Requests[240].Request.Method = "GET";
  1223. Requests[240].Request.Path = "/repos/923b1/a897d/releases/2e13f/assets";
  1224. Requests[241] = new DefaultHttpContext();
  1225. Requests[241].RequestServices = CreateServices();
  1226. Requests[241].Request.Method = "DELETE";
  1227. Requests[241].Request.Path = "/repos/2ed7f/43848/issues/c67851/labels/498e1";
  1228. Requests[242] = new DefaultHttpContext();
  1229. Requests[242].RequestServices = CreateServices();
  1230. Requests[242].Request.Method = "GET";
  1231. Requests[242].Request.Path = "/repos/21a74/f36c8/805b0492-b723-/680ad";
  1232. }
  1233. private protected Matcher SetupMatcher(MatcherBuilder builder)
  1234. {
  1235. builder.AddEndpoint(Endpoints[0]);
  1236. builder.AddEndpoint(Endpoints[1]);
  1237. builder.AddEndpoint(Endpoints[2]);
  1238. builder.AddEndpoint(Endpoints[3]);
  1239. builder.AddEndpoint(Endpoints[4]);
  1240. builder.AddEndpoint(Endpoints[5]);
  1241. builder.AddEndpoint(Endpoints[6]);
  1242. builder.AddEndpoint(Endpoints[7]);
  1243. builder.AddEndpoint(Endpoints[8]);
  1244. builder.AddEndpoint(Endpoints[9]);
  1245. builder.AddEndpoint(Endpoints[10]);
  1246. builder.AddEndpoint(Endpoints[11]);
  1247. builder.AddEndpoint(Endpoints[12]);
  1248. builder.AddEndpoint(Endpoints[13]);
  1249. builder.AddEndpoint(Endpoints[14]);
  1250. builder.AddEndpoint(Endpoints[15]);
  1251. builder.AddEndpoint(Endpoints[16]);
  1252. builder.AddEndpoint(Endpoints[17]);
  1253. builder.AddEndpoint(Endpoints[18]);
  1254. builder.AddEndpoint(Endpoints[19]);
  1255. builder.AddEndpoint(Endpoints[20]);
  1256. builder.AddEndpoint(Endpoints[21]);
  1257. builder.AddEndpoint(Endpoints[22]);
  1258. builder.AddEndpoint(Endpoints[23]);
  1259. builder.AddEndpoint(Endpoints[24]);
  1260. builder.AddEndpoint(Endpoints[25]);
  1261. builder.AddEndpoint(Endpoints[26]);
  1262. builder.AddEndpoint(Endpoints[27]);
  1263. builder.AddEndpoint(Endpoints[28]);
  1264. builder.AddEndpoint(Endpoints[29]);
  1265. builder.AddEndpoint(Endpoints[30]);
  1266. builder.AddEndpoint(Endpoints[31]);
  1267. builder.AddEndpoint(Endpoints[32]);
  1268. builder.AddEndpoint(Endpoints[33]);
  1269. builder.AddEndpoint(Endpoints[34]);
  1270. builder.AddEndpoint(Endpoints[35]);
  1271. builder.AddEndpoint(Endpoints[36]);
  1272. builder.AddEndpoint(Endpoints[37]);
  1273. builder.AddEndpoint(Endpoints[38]);
  1274. builder.AddEndpoint(Endpoints[39]);
  1275. builder.AddEndpoint(Endpoints[40]);
  1276. builder.AddEndpoint(Endpoints[41]);
  1277. builder.AddEndpoint(Endpoints[42]);
  1278. builder.AddEndpoint(Endpoints[43]);
  1279. builder.AddEndpoint(Endpoints[44]);
  1280. builder.AddEndpoint(Endpoints[45]);
  1281. builder.AddEndpoint(Endpoints[46]);
  1282. builder.AddEndpoint(Endpoints[47]);
  1283. builder.AddEndpoint(Endpoints[48]);
  1284. builder.AddEndpoint(Endpoints[49]);
  1285. builder.AddEndpoint(Endpoints[50]);
  1286. builder.AddEndpoint(Endpoints[51]);
  1287. builder.AddEndpoint(Endpoints[52]);
  1288. builder.AddEndpoint(Endpoints[53]);
  1289. builder.AddEndpoint(Endpoints[54]);
  1290. builder.AddEndpoint(Endpoints[55]);
  1291. builder.AddEndpoint(Endpoints[56]);
  1292. builder.AddEndpoint(Endpoints[57]);
  1293. builder.AddEndpoint(Endpoints[58]);
  1294. builder.AddEndpoint(Endpoints[59]);
  1295. builder.AddEndpoint(Endpoints[60]);
  1296. builder.AddEndpoint(Endpoints[61]);
  1297. builder.AddEndpoint(Endpoints[62]);
  1298. builder.AddEndpoint(Endpoints[63]);
  1299. builder.AddEndpoint(Endpoints[64]);
  1300. builder.AddEndpoint(Endpoints[65]);
  1301. builder.AddEndpoint(Endpoints[66]);
  1302. builder.AddEndpoint(Endpoints[67]);
  1303. builder.AddEndpoint(Endpoints[68]);
  1304. builder.AddEndpoint(Endpoints[69]);
  1305. builder.AddEndpoint(Endpoints[70]);
  1306. builder.AddEndpoint(Endpoints[71]);
  1307. builder.AddEndpoint(Endpoints[72]);
  1308. builder.AddEndpoint(Endpoints[73]);
  1309. builder.AddEndpoint(Endpoints[74]);
  1310. builder.AddEndpoint(Endpoints[75]);
  1311. builder.AddEndpoint(Endpoints[76]);
  1312. builder.AddEndpoint(Endpoints[77]);
  1313. builder.AddEndpoint(Endpoints[78]);
  1314. builder.AddEndpoint(Endpoints[79]);
  1315. builder.AddEndpoint(Endpoints[80]);
  1316. builder.AddEndpoint(Endpoints[81]);
  1317. builder.AddEndpoint(Endpoints[82]);
  1318. builder.AddEndpoint(Endpoints[83]);
  1319. builder.AddEndpoint(Endpoints[84]);
  1320. builder.AddEndpoint(Endpoints[85]);
  1321. builder.AddEndpoint(Endpoints[86]);
  1322. builder.AddEndpoint(Endpoints[87]);
  1323. builder.AddEndpoint(Endpoints[88]);
  1324. builder.AddEndpoint(Endpoints[89]);
  1325. builder.AddEndpoint(Endpoints[90]);
  1326. builder.AddEndpoint(Endpoints[91]);
  1327. builder.AddEndpoint(Endpoints[92]);
  1328. builder.AddEndpoint(Endpoints[93]);
  1329. builder.AddEndpoint(Endpoints[94]);
  1330. builder.AddEndpoint(Endpoints[95]);
  1331. builder.AddEndpoint(Endpoints[96]);
  1332. builder.AddEndpoint(Endpoints[97]);
  1333. builder.AddEndpoint(Endpoints[98]);
  1334. builder.AddEndpoint(Endpoints[99]);
  1335. builder.AddEndpoint(Endpoints[100]);
  1336. builder.AddEndpoint(Endpoints[101]);
  1337. builder.AddEndpoint(Endpoints[102]);
  1338. builder.AddEndpoint(Endpoints[103]);
  1339. builder.AddEndpoint(Endpoints[104]);
  1340. builder.AddEndpoint(Endpoints[105]);
  1341. builder.AddEndpoint(Endpoints[106]);
  1342. builder.AddEndpoint(Endpoints[107]);
  1343. builder.AddEndpoint(Endpoints[108]);
  1344. builder.AddEndpoint(Endpoints[109]);
  1345. builder.AddEndpoint(Endpoints[110]);
  1346. builder.AddEndpoint(Endpoints[111]);
  1347. builder.AddEndpoint(Endpoints[112]);
  1348. builder.AddEndpoint(Endpoints[113]);
  1349. builder.AddEndpoint(Endpoints[114]);
  1350. builder.AddEndpoint(Endpoints[115]);
  1351. builder.AddEndpoint(Endpoints[116]);
  1352. builder.AddEndpoint(Endpoints[117]);
  1353. builder.AddEndpoint(Endpoints[118]);
  1354. builder.AddEndpoint(Endpoints[119]);
  1355. builder.AddEndpoint(Endpoints[120]);
  1356. builder.AddEndpoint(Endpoints[121]);
  1357. builder.AddEndpoint(Endpoints[122]);
  1358. builder.AddEndpoint(Endpoints[123]);
  1359. builder.AddEndpoint(Endpoints[124]);
  1360. builder.AddEndpoint(Endpoints[125]);
  1361. builder.AddEndpoint(Endpoints[126]);
  1362. builder.AddEndpoint(Endpoints[127]);
  1363. builder.AddEndpoint(Endpoints[128]);
  1364. builder.AddEndpoint(Endpoints[129]);
  1365. builder.AddEndpoint(Endpoints[130]);
  1366. builder.AddEndpoint(Endpoints[131]);
  1367. builder.AddEndpoint(Endpoints[132]);
  1368. builder.AddEndpoint(Endpoints[133]);
  1369. builder.AddEndpoint(Endpoints[134]);
  1370. builder.AddEndpoint(Endpoints[135]);
  1371. builder.AddEndpoint(Endpoints[136]);
  1372. builder.AddEndpoint(Endpoints[137]);
  1373. builder.AddEndpoint(Endpoints[138]);
  1374. builder.AddEndpoint(Endpoints[139]);
  1375. builder.AddEndpoint(Endpoints[140]);
  1376. builder.AddEndpoint(Endpoints[141]);
  1377. builder.AddEndpoint(Endpoints[142]);
  1378. builder.AddEndpoint(Endpoints[143]);
  1379. builder.AddEndpoint(Endpoints[144]);
  1380. builder.AddEndpoint(Endpoints[145]);
  1381. builder.AddEndpoint(Endpoints[146]);
  1382. builder.AddEndpoint(Endpoints[147]);
  1383. builder.AddEndpoint(Endpoints[148]);
  1384. builder.AddEndpoint(Endpoints[149]);
  1385. builder.AddEndpoint(Endpoints[150]);
  1386. builder.AddEndpoint(Endpoints[151]);
  1387. builder.AddEndpoint(Endpoints[152]);
  1388. builder.AddEndpoint(Endpoints[153]);
  1389. builder.AddEndpoint(Endpoints[154]);
  1390. builder.AddEndpoint(Endpoints[155]);
  1391. builder.AddEndpoint(Endpoints[156]);
  1392. builder.AddEndpoint(Endpoints[157]);
  1393. builder.AddEndpoint(Endpoints[158]);
  1394. builder.AddEndpoint(Endpoints[159]);
  1395. builder.AddEndpoint(Endpoints[160]);
  1396. builder.AddEndpoint(Endpoints[161]);
  1397. builder.AddEndpoint(Endpoints[162]);
  1398. builder.AddEndpoint(Endpoints[163]);
  1399. builder.AddEndpoint(Endpoints[164]);
  1400. builder.AddEndpoint(Endpoints[165]);
  1401. builder.AddEndpoint(Endpoints[166]);
  1402. builder.AddEndpoint(Endpoints[167]);
  1403. builder.AddEndpoint(Endpoints[168]);
  1404. builder.AddEndpoint(Endpoints[169]);
  1405. builder.AddEndpoint(Endpoints[170]);
  1406. builder.AddEndpoint(Endpoints[171]);
  1407. builder.AddEndpoint(Endpoints[172]);
  1408. builder.AddEndpoint(Endpoints[173]);
  1409. builder.AddEndpoint(Endpoints[174]);
  1410. builder.AddEndpoint(Endpoints[175]);
  1411. builder.AddEndpoint(Endpoints[176]);
  1412. builder.AddEndpoint(Endpoints[177]);
  1413. builder.AddEndpoint(Endpoints[178]);
  1414. builder.AddEndpoint(Endpoints[179]);
  1415. builder.AddEndpoint(Endpoints[180]);
  1416. builder.AddEndpoint(Endpoints[181]);
  1417. builder.AddEndpoint(Endpoints[182]);
  1418. builder.AddEndpoint(Endpoints[183]);
  1419. builder.AddEndpoint(Endpoints[184]);
  1420. builder.AddEndpoint(Endpoints[185]);
  1421. builder.AddEndpoint(Endpoints[186]);
  1422. builder.AddEndpoint(Endpoints[187]);
  1423. builder.AddEndpoint(Endpoints[188]);
  1424. builder.AddEndpoint(Endpoints[189]);
  1425. builder.AddEndpoint(Endpoints[190]);
  1426. builder.AddEndpoint(Endpoints[191]);
  1427. builder.AddEndpoint(Endpoints[192]);
  1428. builder.AddEndpoint(Endpoints[193]);
  1429. builder.AddEndpoint(Endpoints[194]);
  1430. builder.AddEndpoint(Endpoints[195]);
  1431. builder.AddEndpoint(Endpoints[196]);
  1432. builder.AddEndpoint(Endpoints[197]);
  1433. builder.AddEndpoint(Endpoints[198]);
  1434. builder.AddEndpoint(Endpoints[199]);
  1435. builder.AddEndpoint(Endpoints[200]);
  1436. builder.AddEndpoint(Endpoints[201]);
  1437. builder.AddEndpoint(Endpoints[202]);
  1438. builder.AddEndpoint(Endpoints[203]);
  1439. builder.AddEndpoint(Endpoints[204]);
  1440. builder.AddEndpoint(Endpoints[205]);
  1441. builder.AddEndpoint(Endpoints[206]);
  1442. builder.AddEndpoint(Endpoints[207]);
  1443. builder.AddEndpoint(Endpoints[208]);
  1444. builder.AddEndpoint(Endpoints[209]);
  1445. builder.AddEndpoint(Endpoints[210]);
  1446. builder.AddEndpoint(Endpoints[211]);
  1447. builder.AddEndpoint(Endpoints[212]);
  1448. builder.AddEndpoint(Endpoints[213]);
  1449. builder.AddEndpoint(Endpoints[214]);
  1450. builder.AddEndpoint(Endpoints[215]);
  1451. builder.AddEndpoint(Endpoints[216]);
  1452. builder.AddEndpoint(Endpoints[217]);
  1453. builder.AddEndpoint(Endpoints[218]);
  1454. builder.AddEndpoint(Endpoints[219]);
  1455. builder.AddEndpoint(Endpoints[220]);
  1456. builder.AddEndpoint(Endpoints[221]);
  1457. builder.AddEndpoint(Endpoints[222]);
  1458. builder.AddEndpoint(Endpoints[223]);
  1459. builder.AddEndpoint(Endpoints[224]);
  1460. builder.AddEndpoint(Endpoints[225]);
  1461. builder.AddEndpoint(Endpoints[226]);
  1462. builder.AddEndpoint(Endpoints[227]);
  1463. builder.AddEndpoint(Endpoints[228]);
  1464. builder.AddEndpoint(Endpoints[229]);
  1465. builder.AddEndpoint(Endpoints[230]);
  1466. builder.AddEndpoint(Endpoints[231]);
  1467. builder.AddEndpoint(Endpoints[232]);
  1468. builder.AddEndpoint(Endpoints[233]);
  1469. builder.AddEndpoint(Endpoints[234]);
  1470. builder.AddEndpoint(Endpoints[235]);
  1471. builder.AddEndpoint(Endpoints[236]);
  1472. builder.AddEndpoint(Endpoints[237]);
  1473. builder.AddEndpoint(Endpoints[238]);
  1474. builder.AddEndpoint(Endpoints[239]);
  1475. builder.AddEndpoint(Endpoints[240]);
  1476. builder.AddEndpoint(Endpoints[241]);
  1477. builder.AddEndpoint(Endpoints[242]);
  1478. return builder.Build();
  1479. }
  1480. }
  1481. }