curl --request POST \
--url https://apigcp.trynia.ai/v2/github/glob \
--header 'Content-Type: application/json' \
--data '
{
"repository": "facebook/react",
"pattern": "packages/react-reconciler/src/*.js",
"ref": "HEAD"
}
'{
"matched_files": [
"<string>"
],
"total_matches": 123
}curl --request POST \
--url https://apigcp.trynia.ai/v2/github/glob \
--header 'Content-Type: application/json' \
--data '
{
"repository": "facebook/react",
"pattern": "packages/react-reconciler/src/*.js",
"ref": "HEAD"
}
'{
"matched_files": [
"<string>"
],
"total_matches": 123
}Was this page helpful?