@@ -254,24 +254,23 @@ constraint on the description ``get_service(service_type='conesearch', keyword='
254
254
255
255
>>> for interface in voresource.list_interfaces():
256
256
... print (interface)
257
- Interface(type='tap#aux', description='', url='http://tapvizier.cds.unistra.fr/TAPVizieR/tap')
258
- Interface(type='vr:webbrowser', description='', url='http://vizier.cds.unistra.fr/viz-bin/VizieR-2?-source=J/ApJ/727/14')
257
+ Interface(type='tap#aux', description='', url='https://tapvizier.cds.unistra.fr/TAPVizieR/tap')
259
258
Interface(type='conesearch', description='Cone search capability for table J/ApJ/727/14/table2 (AKARI IRC 3-24{mu}m, and Spitzer MIPS 24/70{mu}m photometry of Abell 2255 member galaxies)', url='https://vizier.cds.unistra.fr/viz-bin/conesearch/J/ApJ/727/14/table2?')
260
259
261
260
Or construct the service object directly from the list of interfaces with:
262
261
263
262
.. doctest-remote-data ::
264
263
265
264
>>> voresource.list_interfaces()[0 ].to_service()
266
- TAPService(baseurl : 'http ://tapvizier.cds.unistra.fr/TAPVizieR/tap', description : '')
265
+ TAPService(baseurl : 'https ://tapvizier.cds.unistra.fr/TAPVizieR/tap', description : '')
267
266
268
267
The list of interfaces can also be filtered to interfaces corresponding to services of a
269
268
specific service type:
270
269
271
270
.. doctest-remote-data ::
272
271
273
272
>>> voresource.list_interfaces(" tap" )
274
- [Interface(type='tap#aux', description='', url='http ://tapvizier.cds.unistra.fr/TAPVizieR/tap')]
273
+ [Interface(type='tap#aux', description='', url='https ://tapvizier.cds.unistra.fr/TAPVizieR/tap')]
275
274
276
275
To operate TAP services, you need to know what tables make up a
277
276
resource; you could construct a TAP service and access its ``tables ``
0 commit comments