timeular-connector
Service icon

Timeular Connector

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 27 October 2022
 by 
0.0
 (0 ratings)
timeular-connector

Timeular Connector

Documentation
1.0.0

Getting started

You need a Timeular Account to use this component. Timeular offers a 14 day trial. You don't need the physical time tracking device (although it is really fun to use :-))

In your account settings create a new API Key and Secret Pair. Note down the Key and Secret.

Add Dependency

In your application add dependencies to Timeular_Connect_IS module actions, structures and static entiies.

Authenticate

The server action Timeular_Authenticate takes you API Key and Secret and returns an access token. Please note that the access token has an infinite validity. It is valid until you use Timeular_Logout, which invalidates your access token. Use the access token with all other actions.


Check out the Demo, which includes some samples on how to use the server actions.