Home
last modified time | relevance | path

Searched refs:API_BASE (Results 1 – 21 of 21) sorted by relevance

/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/socialaccount/providers/fivehundredpx/
H A Dviews.py13 API_BASE = 'https://api.500px.com/v1' variable
20 url = API_BASE + '/users'
28 request_token_url = API_BASE + '/oauth/request_token'
29 access_token_url = API_BASE + '/oauth/access_token'
30 authorize_url = API_BASE + '/oauth/authorize'
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/dns/drivers/
H A Dgandi_live.py37 API_BASE = '/api/v5' variable
91 zones = self.connection.request(action='%s/domains' % API_BASE,
96 action = '%s/domains/%s' % (API_BASE, zone_id)
135 action = '%s/domains/%s/records' % (API_BASE, zone.id)
146 action = '%s/domains/%s/records/%s/%s' % (API_BASE,
161 action = '%s/domains/%s/records' % (API_BASE, zone.id)
208 API_BASE,
258 API_BASE,
274 action = '%s/domains/%s/records' % (API_BASE, zone.id)
306 action = '%s/zones/%s' % (API_BASE, zone_uuid)
[all …]
H A Dcloudflare.py33 API_BASE = '/client/v4' variable
210 url = '{}/zones'.format(API_BASE)
223 url = '{}/zones/{}/dns_records'.format(API_BASE, zone.id)
236 url = '{}/zones/{}'.format(API_BASE, zone_id)
270 url = '{}/zones'.format(API_BASE)
302 url = '{}/zones/{}'.format(API_BASE, zone.id)
313 url = '{}/zones/{}'.format(API_BASE, zone.id)
326 url = '{}/zones/{}/dns_records/{}'.format(API_BASE, zone.id,
354 url = '{}/zones/{}/dns_records'.format(API_BASE, zone.id)
387 url = '{}/zones/{}/dns_records/{}'.format(API_BASE, record.zone.id,
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/scripts/ci/circle/
H A DpostCDashStatus.sh2 API_BASE="https://api.github.com/repos/ornladios/adios2"
21 curl -u "${USER}:${TOKEN}" "${API_BASE}/commits/${COMMIT}/statuses" | python3 ${PYTHON_SCRIPT} --co…
26 postUrl="${API_BASE}/statuses/${COMMIT}"
H A Drun.sh6 API_BASE="https://api.github.com/repos/ornladios/adios2"
10 APIURL="${API_BASE}/pulls/${CIRCLE_PR_NUMBER}"
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/
H A Duptimerobot.py64 API_BASE = "https://api.uptimerobot.com/" variable
80 full_uri = API_BASE + API_ACTIONS['status'] + data
92 full_uri = API_BASE + API_ACTIONS['editMonitor'] + data
104 full_uri = API_BASE + API_ACTIONS['editMonitor'] + data
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/
H A Duptimerobot.py62 API_BASE = "https://api.uptimerobot.com/" variable
78 full_uri = API_BASE + API_ACTIONS['status'] + data
90 full_uri = API_BASE + API_ACTIONS['editMonitor'] + data
102 full_uri = API_BASE + API_ACTIONS['editMonitor'] + data
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Duptimerobot.py62 API_BASE = "https://api.uptimerobot.com/" variable
78 full_uri = API_BASE + API_ACTIONS['status'] + data
90 full_uri = API_BASE + API_ACTIONS['editMonitor'] + data
102 full_uri = API_BASE + API_ACTIONS['editMonitor'] + data
H A Dgithub_key.py87 API_BASE = 'https://api.github.com' variable
129 url = API_BASE + '/user/keys'
154 API_BASE + '/user/keys',
163 session.request('DELETE', API_BASE + '/user/keys/%s' % key["id"])
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/plugins/
H A Dgomexp.py12 API_BASE = "http://gox.gomexp.com/cgi-bin" variable
13 API_URL_APP = API_BASE + "/app_api.cgi"
14 API_URL_LIVE = API_BASE + "/gox_live.cgi"
H A Dyoutube.py9 API_BASE = "https://www.googleapis.com/youtube/v3" variable
10 API_SEARCH_URL = API_BASE + "/search"
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/source_control/
H A Dgithub_key.py88 API_BASE = 'https://api.github.com' variable
130 url = API_BASE + '/user/keys'
155 API_BASE + '/user/keys',
164 session.request('DELETE', API_BASE + '/user/keys/%s' % key["id"])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/source_control/github/
H A Dgithub_key.py87 API_BASE = 'https://api.github.com' variable
129 url = API_BASE + '/user/keys'
154 API_BASE + '/user/keys',
163 session.request('DELETE', API_BASE + '/user/keys/%s' % key["id"])
/dports/graphics/pdfpc/pdfpc-4.5.0/
H A Dmake_release.sh83 API_BASE="https://api.github.com/repos/pdfpc/pdfpc/releases"
87 RELEASE_ID=$( create_release "$API_BASE" "$TAG_NAME" )
/dports/science/py-pyosf/pyosf-1.0.5/pyosf/
H A Dremote.py239 url = "{}/nodes/".format(constants.API_BASE, self.user_id)
272 url = "{}/nodes/{}/".format(constants.API_BASE, id)
296 url = "{}/nodes/".format(constants.API_BASE)
328 .format(constants.API_BASE, search_str),
344 .format(constants.API_BASE, user_id)
373 resp = self.get(constants.API_BASE+"/users/me/", timeout=10.0)
413 token_url = constants.API_BASE+'/tokens/'
606 url = "{}/nodes/{}/".format(constants.API_BASE, id)
620 .format(constants.API_BASE, id),
668 .format(constants.API_BASE, self.id),
[all …]
H A Dconstants.py8 API_BASE = 'https://api.osf.io/v2' variable
/dports/net/p5-Net-WhitePages/Net-WhitePages-1.04/lib/Net/
H A DWhitePages.pm12 use constant API_BASE => 'http://api.whitepages.com'; constant
91 my $uri = URI->new(API_BASE . '/' . $meth . '/' . $self->{ API_VERSION });
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/w3c/
H A Dwpt_github.py17 API_BASE = 'https://api.github.com' variable
69 url=API_BASE + path,
100 assert link.startswith(API_BASE)
101 return link[len(API_BASE):]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/plugins/gcal/
H A DGcalEventSource.ts7 static API_BASE = 'https://www.googleapis.com/calendar/v3/calendars' property in GcalEventSource
128 return GcalEventSource.API_BASE + '/' +
/dports/science/py-PubChemPy/PubChemPy-1.0.4/
H A Dpubchempy.py41 API_BASE = 'https://pubchem.ncbi.nlm.nih.gov/rest/pug' variable
263 comps = filter(None, [API_BASE, domain, searchtype, namespace, urlid, operation, output])
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/dist/
H A Dfullcalendar.d.ts2644 static API_BASE: string;