Feature: Welcome-Chips — Termin nur <60 Tage, Übung des Tages als Fallback, async Gassirunde-Bank — SW by-v476, APP_VER 453

This commit is contained in:
rene 2026-04-29 07:34:22 +02:00
parent db386da2c0
commit 4e1e7ca37e
5 changed files with 102 additions and 15 deletions

View file

@ -694,6 +694,11 @@ const API = (() => {
jahresbericht() { return post('/zucht-ki/jahresbericht', {}); },
};
const osm = {
pois: (type, south, west, north, east) =>
get(`/osm/pois?type=${type}&south=${south}&west=${west}&north=${north}&east=${east}&fast=true`),
};
// Öffentliche API
return {
get, post, put, patch, del, upload,
@ -701,6 +706,7 @@ const API = (() => {
places, routes, walks, events, sitting, forum, lost, knigge, weather, push,
friends, chat, webcal, importData, sharing, widget, notifications, services, ratings, sittingAccess, training, notes,
breeder, litters, breederPhotos, zuchthunde, zuchtKi,
osm,
subscribeToPush, getLocation, clientNow,
APIError,
};