Subversion Repositories DevTools

Rev

Rev 5144 | Rev 5298 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5144 Rev 5258
Line 1... Line 1...
1
import json, sys, datetime
1
import json, sys, datetime
2
from urllib.request import urlopen, Request
2
from urllib.request import urlopen, Request
3
 
3
 
4
CRUCIBLE_URL_TEMPLATE = 'http://cds:8060/rest-service/reviews-v1'
4
CRUCIBLE_URL_TEMPLATE = 'http://cloudasvn03:8060/rest-service/reviews-v1'
5
RESULTS_KEY = 'results'
5
RESULTS_KEY = 'results'
6
GEOMETRY_KEY = 'geometry'
6
GEOMETRY_KEY = 'geometry'
7
LOCATION_KEY = 'location'
7
LOCATION_KEY = 'location'
8
LAT_KEY = 'lat'
8
LAT_KEY = 'lat'
9
LNG_KEY = 'lng'
9
LNG_KEY = 'lng'