Python | 00:07ã¨ããããã§ãAtomPubãªããã®ãå©ç¨ãã¦ãã¯ã¦ãªãã¤ã¢ãªã¸æ稿ããããã®ã¯ã©ã¹ãæ¸ãã¦ã¿ã¾ãããPythonã§ã®åã¯ã©ã¹ä½æã§ããã¾ã ããªãæ¹åã®ä½å°ãããããã§ããããããã¼ã¹ã¨ãªãAtomClientã¯ã©ã¹ã¯ãã¡ããåèã«ã¨ããããã»ã¼ãã®ã¾ã¾ä½¿ç¨ããã¦é ãã¾ããã #!/usr/bin/python # -*- coding: utf-8 -*- # atom.py import random import datetime, time import base64, hashlib import httplib class AtomClient: def __init__(self, endpoint, userid, password): self.credentials(endpoint, userid, password) self.usage
{{#tags}}- {{label}}
{{/tags}}