Searched refs:endpoint (Results 1 – 4 of 4) sorted by relevance
38 def call(endpoint, method='GET'): argument42 url = gerrit_url + endpoint50 endpoint = '/changes/{}/detail?o=CURRENT_REVISION'.format(change_id)51 change = json.loads(call(endpoint))
31 def gerrit_url(endpoint): argument33 return gerrit_base_url + endpoint
87 updates CLs accordingly. The only other API endpoint is `/drop-rejection`, which
85 unsigned char endpoint; member