我正在尝试使用核心PHP创建REST API,并想要创建登录API。

huangapple go评论47阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年2月9日 02:31:22
  • 转载请务必保留本文链接:https://go.coder-hub.com/75390268.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定