Page MenuHomePhabricator
Paste P9241

(An Untitled Masterwork)
ActivePublic

Authored by jbond on Oct 4 2019, 9:56 AM.
Tags
None
Referenced Files
F30543215: raw.txt
Oct 4 2019, 9:56 AM
Subscribers
None
from requests import json
for resource in get('http://localhost:8080/pdb/query/v4/resources/Confd::File').json():
if 'prefix' not in resource:
print(resource['title'])

Event Timeline