feat(strava): add app definition

This commit is contained in:
Ali BARIN
2022-11-06 17:19:27 +01:00
parent 20431da757
commit 8a0b5c24a5
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import defineApp from '../../helpers/define-app';
export default defineApp({
name: 'Strava',
key: 'strava',
iconUrl: '{BASE_URL}/apps/strava/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/connections/strava',
supportsConnections: true,
baseUrl: 'https://www.strava.com',
apiBaseUrl: 'https://www.strava.com/api',
primaryColor: 'fc4c01',
});