We only accept Swiss numbers:
- removing +41/0041
- only allow 078...
{
contacts: [],
id: phone#
}{ id: #}{ error: ..., error_msg: "..."}For upcomings request we require that the X-User=# and X-Event HTTP-Headers is set
{
lng: longitude,
lat: latitude
}{
[{
id: uuid4,
title: "foobar",
img_url: "http://...",
friends: [],
attending: BOOL
},{..}]
}{
id: uuid,
img: {
big: {url: "http://..", height:222, width:333},
small: {url: "http://..", height:222, width:333},
blured: {url: "http://..", height:222, width:333},
}
}{
}{
[{
id: #,
img: {
big: {url: "http://..", height:222, width:333},
small: {url: "http://..", height:222, width:333},
blured: {url: "http://..", height:222, width:333},
},
lat: latitude,
lng: longitude
},..]
}{
lng: longitude,
lat: latitude,
friends: [#, ...],
public: BOOL
}{
lng: longitude,
lat: latitude,
friends: [#, ...],
public: BOOL
}{
id: UUID,
img: {
big: {url: "http://..", height:222, width:333},
small: {url: "http://..", height:222, width:333},
blured: {url: "http://..", height:222, width:333},
},
public: BOOL,
lng: longitude,
lat: latitude,
user: {
id: #,
img: photoJSON
}
}{
[{...}, ]
}