英文:
I am trying to cerate rest api using core php and want to create login api
问题
我正在尝试使用核心PHP创建REST API,并想要创建登录API,使用这个包"docusign/esign-client": "^6.12"。提前感谢任何建议!
英文:
I am trying to create rest api using core php and want to create login api
using this package "docusign/esign-client": "^6.12"
any suggession thanks in advance !
I am trying to create rest api using core php and want to create login api
using this package "docusign/esign-client": "^6.12"
any suggestions thanks in advance!
答案1
得分: 1
建议您前往 https://developers.docusign.com/docs/esign-rest-api/quickstart/
登录(您需要拥有一个开发者帐户)并选择 PHP 和最右侧的软件包选项。
这将下载使用 Auth Code Grant 创建的现成代码,可以立即用于执行您所需的操作。
英文:
Recommend that you go to https://developers.docusign.com/docs/esign-rest-api/quickstart/
Login (you will have to have a developer account) and choose PHP and the right-most package option.
that will download ready-made code using Auth Code Grant that you can use right away to do what you asked.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论