Low Level API
Proxy
Last Updated: 3. Februar 2025The proxy concept exists to fetch all resources from one common server, even if they originally reside on other places. Examples are images from image server or remote CSS files or font data. Generally, it Images CSS some of these features require access to the settings area of the shop Request # <baseurl>/<type>.<postfix>?<parameter> <baseurl>/api/<postfix>/<type>/<id>?<parameters> baseurl...
Data Lists
Last Updated: 3. Februar 2025This example provides a set of four ShopDates as response. [{ type:ShopDate, version: 1, data:[ [0, 0, 2010-06-15, 25, 2010-06-13T10:00:00+0200, 5, alles normal], [0, 0, 2010-06-22, 26, 2010-06-20T10:00:00+0200, 5, alles normal], [0, 0, 2010-06-29, 27, 2010-06-27T10:00:00+0200, 5, alles normal], [0, 0, 2010-07-06, 28, 2010-07-04T10:00:00+0200, 5, alles normal], [0] ] }, ...more types are possible here......
API Konzepte
Last Updated: 3. Februar 2025Session based API# Many methods in this API require authentication, some are available without. But in any case, a session should be maintained from the beginning to the end, using standard web techniques, preferably using cookies. Any Interaction follows the pattern logon()->doSomething()->logout(). Again, even if no authentication is required, the session should be maintained for...