import React from 'react'; import { useTranslation } from 'react-i18next'; export function HelpApiDocsPage() { const { t } = useTranslation(); return (
{t('helpApiDocs.dievollständigeapidokumentationfindensie')} /docs {t('helpApiDocs.swaggerui')}
{t('helpApiDocs.leocrmbieteteinerestapimit')}
{t('helpApiDocs.dieapiverwendetsessionbasierteauthentifi')} {t('helpApiDocs.postapiv1authlogin')} {t('helpApiDocs.wirdeinsessioncookiegesetzt')}
{t('helpApiDocs.getapiv1contacts')} {t('helpApiDocs.kontakteabrufen')}{t('helpApiDocs.postapiv1contacts')} {t('helpApiDocs.kontakterstellen')}{t('helpApiDocs.getapiv1calendarentries')} {t('helpApiDocs.kalendereinträge')}{t('helpApiDocs.getapiv1mailaccounts')} {t('helpApiDocs.mailkonten')}{t('helpApiDocs.getapiv1pluginsactivemanifests')} {t('helpApiDocs.pluginmanifeste')}📖 {t('helpApiDocs.vollständigedoku')} {t('helpApiDocs.swaggeruiöffnen')}