FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

添加遍历域名的接口 by miewx · Pull Request #317 · qiniu/python-sdk · GitHub

添加遍历域名的接口 - #317

Open
miewx wants to merge 4 commits into
qiniu:masterfrom
miewx:master
Open

添加遍历域名的接口#317
miewx wants to merge 4 commits into
qiniu:masterfrom
miewx:master

Conversation

miewx commented Sep 14, 2018

Copy link
Copy Markdown

测试脚本如下

#!/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 commented Sep 14, 2018

Copy link
Copy Markdown
Author

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL