You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of the FBI API calls relies on looking up the Originating Agency Identifier (ORI) code of each search, using the location as a proxy for the agency name. We should save these codes to the backend to reduce the amount of API calls required. Two ways that this could be done are:
Check if the ORI code exists in our database and if not, call the getORI() function and save it
Write a script to parse and save all ORI codes returned by the FBI API's agency endpoint
Current implementation of the FBI API calls relies on looking up the Originating Agency Identifier (ORI) code of each search, using the location as a proxy for the agency name. We should save these codes to the backend to reduce the amount of API calls required. Two ways that this could be done are:
getORI()
function and save itSee the following link for more information on the FBI API: https://cde.ucr.cjis.gov/LATEST/webapp/#/pages/docApi
The text was updated successfully, but these errors were encountered: