Front 3 лет назад
Родитель
Сommit
b07890a364

+ 4 - 4
Website/pages/documentation.vue

@@ -34,22 +34,22 @@
         links: [{
             text: 'API Usage Rights',
             icon: 'mdi-book-open-variant',
-            to: 'documentation/usage-rights'
+            to: 'usage-rights'
           },
           {
             text: 'API URL Information',
             icon: 'mdi-web',
-            to: 'documentation/url'
+            to: 'url'
           },
           {
             text: 'Available Endpoints',
             icon: 'mdi-transit-connection-variant',
-            to: 'documentation/endpoints'
+            to: 'endpoints'
           },
           {
             text: 'Basic Fetching Tutorial',
             icon: 'mdi-school',
-            to: 'documentation/fetching'
+            to: 'fetching'
           },
         ]
       }

+ 0 - 0
Website/pages/documentation/index copy 3.vue → Website/pages/documentation/fetching.vue


+ 7 - 2
Website/pages/documentation/usage-rights.vue

@@ -1,6 +1,11 @@
 <template>
   <div>
-    <h1>Welcome to the <span class="primary--text">official RYD docs</span>!</h1>
-    <p>To get started, select a section.</p>
+    <h1 class="primary--text">Usage Rights</h1>
+    <p>Third party use of this open API is allowed with the following restrictions:</p>
+    <ul>
+      <li><b>Attribution:</b> This project should be clearly attributed with either a link to this repo or a link to returnyoutubedislike.com.</li>
+      <li><b>Rate Limiting:</b> There are per client rate limits in place of 100 per minute and 10'000 per day. This will return a 429 status code indicating that your application should back off.</li>
+    </ul>
+
   </div>
 </template>