This object is in archive! 

Local API

Silvano shared this question 10 years ago
Need Answer

Hi,

looking around in this forum I've seen a question about local API where Sebastian Popovic answered around 1 year ago " Our mobile app is based on REST API. Currently it is communicating with the server, but very soon we will allow same API for the Zipabox as well."

Is that implemented now? if yes which is the port nunber where theyare exposed?


thanks

/Silvano

Replies (2)

photo
3

I made a .NET SDK around the Zipato API and now it works with the Remote and Local API. The Local API is listening on http://<ip>:8080/v2 . The API methods are the same. However, I noticed that the JSON results might differ. The Local API returns less data. The JSON structure is the same, but some elements are missing.

Note that the remote api uses HTTPS while the local one uses HTTP on port 8080.

My .NET SDK is hosted on https://github.com/leonmeijer/Zipato.NET

photo
1

Whau great stufffffff

Replies have been locked on this page!