Most Powerful Open Source ERP

HATEOAS API

  • Last Update:2017-08-28
  • Version:001
  • Language:en
1 - 2 of 2 records
Summary

How can we access HATEOAS API of ERP5?

I am running ERP5 on VM (https://www.erp5.com/erp5-HowTo.Try.Erp5.On.A.Virtual.Machine) and trying to connect with it using jIO. Documentation of jIO says, URL to connect with ERP5 must be "URL of HATEOAS in your ERP5 instance"

Hello

the jIO documentation says you need to create your jIO with calling createJio with the following parameters:

{
  "type": "erp5",
  "url": "[your_erp5_url]/web_site_module/hateoas",
  "default_view_reference": "
}

your_erp5_url is the URL under which you can access your instance on the VM

.

Does that help?