Advertisement
Guest User

pog

a guest
Mar 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.44 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <application
  3.  xmlns="http://wadl.dev.java.net/2009/02">
  4.   <doc
  5.    xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 1.19 02/11/2015 03:25 AM"/>
  6.     <grammars>
  7.       <include href="/https:/lq.euw1.lol.riotgames.com/login-queue/rest/application.wadl/xsd0.xsd">
  8.         <doc title="Generated" xml:lang="en"/>
  9.       </include>
  10.     </grammars>
  11.     <resources base="https://lq.euw1.lol.riotgames.com/login-queue/rest/">
  12.       <resource path="queues/#">
  13.         <resource path="/{queue}/ticker">
  14.           <param
  15.            xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  16.             <method id="ticker" name="GET">
  17.               <response>
  18.                 <representation mediaType="application/json"/>
  19.               </response>
  20.             </method>
  21.           </resource>
  22.           <resource path="/{queue}/ticker/{priorityQueue}">
  23.             <param
  24.              xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  25.               <param
  26.                xmlns:xs="http://www.w3.org/2001/XMLSchema" name="priorityQueue" style="template" type="xs:string"/>
  27.                 <method id="tickerForSubQueue" name="GET">
  28.                   <response>
  29.                     <representation mediaType="application/json"/>
  30.                   </response>
  31.                 </method>
  32.               </resource>
  33.               <resource path="/{queue}/authenticate/{provider}">
  34.                 <param
  35.                  xmlns:xs="http://www.w3.org/2001/XMLSchema" name="provider" style="template" type="xs:string"/>
  36.                   <param
  37.                    xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  38.                     <method id="authenticateForProvider" name="POST">
  39.                       <request>
  40.                         <representation mediaType="application/x-www-form-urlencoded"/>
  41.                       </request>
  42.                       <response>
  43.                         <representation mediaType="application/json"/>
  44.                       </response>
  45.                     </method>
  46.                   </resource>
  47.                   <resource path="/{queue}/cancel">
  48.                     <param
  49.                      xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  50.                       <method id="cancel" name="POST">
  51.                         <request>
  52.                           <representation mediaType="application/json"/>
  53.                         </request>
  54.                         <response>
  55.                           <representation mediaType="application/json"/>
  56.                         </response>
  57.                       </method>
  58.                     </resource>
  59.                     <resource path="/{queue}/key">
  60.                       <param
  61.                        xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  62.                         <method id="key" name="GET">
  63.                           <response>
  64.                             <representation mediaType="text/plain"/>
  65.                           </response>
  66.                         </method>
  67.                       </resource>
  68.                       <resource path="/{queue}/enqueue">
  69.                         <param
  70.                          xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  71.                           <method id="enqueue" name="POST">
  72.                             <request>
  73.                               <representation mediaType="application/json"/>
  74.                             </request>
  75.                             <response>
  76.                               <representation mediaType="application/json"/>
  77.                             </response>
  78.                           </method>
  79.                         </resource>
  80.                         <resource path="/{queue}/authenticate/{userid}/{password}">
  81.                           <param
  82.                            xmlns:xs="http://www.w3.org/2001/XMLSchema" name="password" style="template" type="xs:string"/>
  83.                             <param
  84.                              xmlns:xs="http://www.w3.org/2001/XMLSchema" name="userid" style="template" type="xs:string"/>
  85.                               <param
  86.                                xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  87.                                 <method id="authenticate" name="GET">
  88.                                   <response>
  89.                                     <representation mediaType="application/json"/>
  90.                                   </response>
  91.                                 </method>
  92.                               </resource>
  93.                               <resource path="/{queue}/authenticate">
  94.                                 <param
  95.                                  xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  96.                                   <method id="authenticate" name="POST">
  97.                                     <request>
  98.                                       <representation mediaType="application/x-www-form-urlencoded"/>
  99.                                     </request>
  100.                                     <response>
  101.                                       <representation mediaType="application/json"/>
  102.                                     </response>
  103.                                   </method>
  104.                                 </resource>
  105.                                 <resource path="/{queue}/token">
  106.                                   <param
  107.                                    xmlns:xs="http://www.w3.org/2001/XMLSchema" name="queue" style="template" type="xs:string"/>
  108.                                     <method id="token" name="POST">
  109.                                       <request>
  110.                                         <representation mediaType="application/json"/>
  111.                                       </request>
  112.                                       <response>
  113.                                         <representation mediaType="application/json"/>
  114.                                       </response>
  115.                                     </method>
  116.                                   </resource>
  117.                                 </resource>
  118.                               </resources>
  119.                             </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement