Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

README.md not up-to-date #13

Description

@ctmbl

The README.md is missleading the user, we can read:
in Usage section

api = HaApiV5(
        api_base='api.helloasso.com',
        client_id=XXXXXX,
        client_secret=XXXXXX,
        timeout=60
    )

And
in Usage Exemple section

api = ApiV5(
        api_base='api.helloasso.com',
        client_id=XXXXXX,
        client_secret=XXXXXX,
        timeout=60
    )

api.call("url", method="POST", data={...})

Two different names are given ApiV5 and HaApiV5 for the main class, I found out that HaApiV5 was the right one

In Authorization section
We can read

from apiv5 import ApiV5

Where, from my experience, it should be,

from helloasso_api import HaApiV5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions