We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985cff1 commit 775fba1Copy full SHA for 775fba1
utils/count_apis.sh
@@ -17,4 +17,5 @@ jq -r '
17
' "${1}" \
18
| sed -E 's/[0-9a-fA-F-]{36}/<uuid>/g' \
19
| sed -E ':a;s#/([0-9]{1,})(/|$)#/<id>\2#g;ta' \
20
+| sed -E 's#/(00|a0)[A-Za-z0-9]{13,16}(/|$)#/<sfid>\2#g' \
21
| sort | uniq -c | sort -nr
0 commit comments