cisagov / pe-reports

Automated process to build and distribute Posture & Exposure Reports' bi-weekly to customers.
Creative Commons Zero v1.0 Universal
17 stars 5 forks source link

PUT insert_dnstwist_domain_permu() Convert to API Endpoint #706

Open arng4108 opened 4 months ago

arng4108 commented 4 months ago

💡 Summary

Replace the existing TSQL function with a new REST endpoint that does the same thing Specifically: Convert "insert_dnstwist_domain_permu()" TSQL query to an API endpoint

Motivation and context

There are two major reasons to use endpoints in place of sql queries.

Implementation notes

Acceptance criteria