Add mutes API

This commit is contained in:
Eugen Rochko 2018-10-05 01:24:08 +02:00
parent fb8ff632ee
commit ce4e589ee9
3 changed files with 20 additions and 2 deletions

View file

@ -1 +1 @@
<p>This API returns Link headers containing links to the next and previous page. However, the links can also be constructed dynamically using query params.</p>
<p>This API returns Link headers containing links to the next and previous page. However, the links can also be constructed dynamically using query params and <code>id</code> values.</p>

View file

@ -1 +1 @@
<p>This API returns Link headers containing links to the next and previous page. Since it is using an internal ID, <strong>it is impossible to dynamically generate query parameters to paginate</strong>. You must rely on the Link header.</p>
<p>This API returns Link headers containing links to the next and previous page. Since it is using an internal ID, <strong>it is not possible to dynamically generate query parameters to paginate</strong>. You must rely on the Link header.</p>