Learn Config Get started - aliconnect/aliconnect.sdk GitHub Wiki

Get Started

  • type:
    • allowedValues: array, boolean, integer, number, object, string
    • 'type'=>0,
    • 'title'=>0,
    • 'format'=>0,
    • 'multipleOf'=>0,
    • 'maximum'=>0,
    • 'exclusiveMaximum'=>0,
    • 'minimum'=>0, 'exclusiveMinimum'=>0, 'maxLength'=>0, 'minLength'=>0, 'pattern'=>0, 'maxItems'=>0, 'minItems'=>0, 'uniqueItems'=>0, 'maxProperties'=>0, 'minProperties'=>0, 'required'=>0, 'enum'=>0, 'description'=>0,

Info

info:
  title: Aliconnect
  description: One Source, One Truth
  version: 1.0.0
  contact:
    email: [email protected]
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html

Style

Colors

css:
  basebg: linear-gradient(to right, rgb(59,125,237), rgb(43,162,76))
  basefg: white

Domain account

Requested scope

scope:
  - name
  - email

Servers

Websocket server url

ws:
  url: wss://aliconnect.nl:444

API Data Managent Server url

client:
  servers:
    - url: https://aliconnect.nl/api

Application

Menu

menu:
  Organisatie:
    className: crm
    Contacts:
      className: contact
      href: Contact?$top=100
    Companies:
      className: company
      href: Company?$top=100

Documentation

Markdown Home page

ref:
  home: https://alicon.aliconnect.nl

will load file https://alicon.aliconnect.nl/README.md

Markdown Wiki

ref:
  wiki: https://alicon.aliconnect.nl/wiki

will load file https://alicon.aliconnect.nl/Home.md

Developer

Javascript

ref:
  script: https://alicon.aliconnect.nl/js/client.js
ref:
  script: https://aliconnect.github.io/alicon/js/client.js