3.0.0 • Published 4 months ago

@showpad/experience-app-sdk v3.0.0

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
4 months ago

slug: overview

Experience App SDK

Introduction

The Experience App SDK is a typescript library to help you utilize ShowpadJS in your experience apps.

Requirements

Development

Showpad

  • Ultimate subscription to Showpad
  • Administrator access to Showpad's Online Platform

Platform & Browser Compatibility

@next versions: Versions tagged with --next might contain small issues. Only use in production if you can alter the .Showpad package quickly.

Development

You can run your extension point from localhost in latest Chrome, Firefox, Edge & Safari.

Production

WEBiOSAndroidWindows
SDK Version3.0.03.0.03.0.03.0.0

Showpad Experience Apps run inside Iframes: Use relative paths in production.

The Experience App SDK targets ES2022: Transpile your code if you need legacy support.

Installation

# npm
npm i @showpad/experience-app-sdk

# yarn
yarn add @showpad/experience-app-sdk

Usage

import { Showpad } from '@showpad/experience-app-sdk';

const main = async (): Promise<void> => {
  // Always wait for ShowpadLib to be loaded
  await Showpad.onShowpadLibLoaded();

  const userInfo = await Showpad.getUserInfo();
  const deviceInfo = await Showpad.getDeviceInfo();
};

main();

Documentation

You can find documentation on the Showpad Developer Portal.

3.0.0

4 months ago

3.0.0-beta.1

6 months ago

2.4.1

8 months ago

2.4.0

1 year ago

2.3.0

1 year ago

2.3.1

1 year ago

2.2.0-beta.3

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.2.0-beta.2

2 years ago

2.2.0-beta.1

2 years ago

2.1.8

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.7

2 years ago

2.1.0

2 years ago

2.0.6

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

1.9.2

2 years ago

1.9.1

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.20

2 years ago