Skip to content
aureldent edited this page Jul 17, 2019 · 18 revisions

Lumapps-sdk wiki

This document will help you to connect and use LumApps Apis.

Getting started

Click to start a tutorial that will explain how to get started in 5 minutes

Connect

Follow LumApps Api documentation for clientID authorisation

About refresh token : refresh token can be retrieve using the Google OAuth2 Playground Look at this howto for more detail about playground usage

See Authentication and connection to start connecting

Discover

The front application use the api, every operation performed by the front can be done using the api.

To get get the current instance or customer id, type '?' on the front application. These will open a pop up with current page context.

The api explorer can be use to test api.

With the Chrome developper console , you can check request andresponse payload to various LumApps api calls.

Glossary

  • Feed : groups
  • Instance : site
  • Customer : plateform

Common use cases

Clone this wiki locally