Skip to content

Latest commit

 

History

History

easy_my_coop_connector

Easy My Coop Connector

Beta License: AGPL-3 coopiteasy/vertical-cooperative

Connect to Easy My Coop RESTful API.

Table of contents

## Configuration

Get an API token from the Easy My Coop API you wish to connect to and setup a backend at - Settings > Technical (debug mode) > EMC Backend

## Concepts

The models are heavily influenced by the odoo connector:

  • emc_backend
    • connects to the API, sends HTTP requests, converts json to dictionaries
  • <model>_adapter
    • uses the backend to send query for model it's responsible for.
    • adapts the objects to api format dictionaries
    • adapts the result dictionaries to writable dictionaries
  • <model>_binding
    • links an internal record with an external record for each backend

The <model> is responsible for the orchestration of these components.

In the current implementation, only one backend is allowed.

The api cannot currently process multiple capital release requests per subscription request.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Coop IT Easy SC

This module is part of the coopiteasy/vertical-cooperative project on GitHub.

You are welcome to contribute.