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

添加遍历域名的接口 #317

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

添加遍历域名的接口 #317

wants to merge 4 commits into from

Conversation

miewx
Copy link

@miewx miewx commented Sep 14, 2018

测试脚本如下

#!/usr/bin/env python
from qiniu import DomainManager
import qiniu

access_key = ""
secret_key = ""

auth = qiniu.Auth(access_key=access_key, secret_key=secret_key)
domain_manager = DomainManager(auth)
for i in domain_manager.domain_iter():
    print(i['name'])

@miewx
Copy link
Author

miewx commented Sep 14, 2018

这个测试错误貌似不是我的问题

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

Successfully merging this pull request may close these issues.

2 participants