FOIA_Doc_Search / dod_reading_room.py
GodsDevProject's picture
Upload 98 files
bb0b469 verified
raw
history blame
183 Bytes
from ingest.generic_public_foia import GenericFOIAAdapter
class DoDAdapter(GenericFOIAAdapter):
name = "DoD"
rate_limit = 1 # requests per second
robots_respected = True