Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleConnec!™ on the Dev Sandbox

Connec!™ on the dev sandbox only replicates very basic functionalities from the real Connec!™. Validation, notifications, calculation logic etc.. are absent from this environment. The goal of Connec!™ on the Dev Sandbox is really to provide a "look and feel" experience of Connec!™ and allow you to test basic integration.

For real testing around data sharing, you should head to your App Provider dashboard on Maestrano, launch a sandbox app and start testing your data integration with other apps.

 

Getting a feel of data sharing

The Maestrano offers app providers the ability to share data with other applications via a single connector. Connec!™ Data Sharing defines a universal data model that developers can adopt to seamlessly communicate with tens of applications without worrying about the specifics of each of them. Our data model covers financial, customer/supplier, event, payroll, inventory data and more! We're extending it every month!

The Restful API as well as the list of entities available for sharing is available here:

http://maestrano.github.io/connec/

Each of our SDK (expect Java for the moment - coming soon) includes a pre-configured Connec!™ http client allowing you to make requests without worrying about authentication, endpoint configuration etc. Documentation on how to use the client is available at the end of each SDK documentation (on Github).

Data sharing without real time is lame. That's why Connec!™ also allows you to configure Webhooks so you get notified every time something gets changed in any other application. Documentation about webhooks is also available at the end of each SDK documentation (Github)

 

 

...