Difference between revisions of "Requests"

From MSX - Wiki
Jump to navigation Jump to search
Line 1: Line 1:
If JSON files are requested from a server, a version parameter <code>v</code> and a timestamp parameter <code>t</code> are automatically appended. Please see following action examples and the corresponding HTTP requests.
+
If JSON files are requested from a server, a version parameter <code>v</code> (indicating the current Media Station X version) and a timestamp parameter <code>t</code> (indicating the current timestamp) are automatically appended. Please see following action examples and the corresponding HTTP requests.
 
* <code>menu:http://msx.benzac.de/info/data/guide/actions.json</code> → <code>http://msx.benzac.de/info/data/guide/actions.json?v=0.1.128&t=1612867695816</code>.
 
* <code>menu:http://msx.benzac.de/info/data/guide/actions.json</code> → <code>http://msx.benzac.de/info/data/guide/actions.json?v=0.1.128&t=1612867695816</code>.
 
* <code>content:http://msx.benzac.de/info/data/guide/videos.json</code> → <code>http://msx.benzac.de/info/data/guide/videos.json?v=0.1.128&t=1612867695816</code>.
 
* <code>content:http://msx.benzac.de/info/data/guide/videos.json</code> → <code>http://msx.benzac.de/info/data/guide/videos.json?v=0.1.128&t=1612867695816</code>.

Revision as of 12:08, 9 February 2021

If JSON files are requested from a server, a version parameter v (indicating the current Media Station X version) and a timestamp parameter t (indicating the current timestamp) are automatically appended. Please see following action examples and the corresponding HTTP requests.

Since version 0.1.128, it is also possible to replace specific keywords inside a JSON URL with the corresponding values. Following keywords are available: {HOST}, {SECURE}, {CLIENT}, {PLATFORM}, {PLAYER}, {WIDTH}, {HEIGHT}. Please see following action examples and the corresponding HTTP requests.