Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade v3 #4

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Upgrade v3 #4

wants to merge 33 commits into from

Conversation

Alpifra
Copy link
Contributor

@Alpifra Alpifra commented Dec 30, 2023

Hi @landrok,

Yousign has now a new v3 API so I updated the package to be compatible with it.

While v2 is maintained by Yousign, I updated keeping v2 backward compatibility in order to propose a full Yousign API wrapper so everyone can use it regardless they are on v2 or on v3. Only one change is necessary for package user after this update :

use Yousign\Api\YousignApi; => use Yousign\Api\V2\YousignApi;

I kept the original architecture of the package, only splitting into v2 and v3 sub-folders for Api, Model and tests.

I updated the README to be more specific to v3, because new users will mostly be v3 users, but I didn't update the full documentation. I wasn't able to make sphinx work on my machine tbh. I will write it down later if you ok with the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant