Skip to content

Commit

Permalink
Update tref info
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Feb 3, 2025
1 parent 745f74d commit 912a429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-documentation/matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ The JSDOM library brings JavaScript DOM selectors to Node.js.

- **Where**: [`/src/get-xtrefs-data.js`](https://github.com/trustoverip/spec-up-t/blob/master/src/get-xtrefs-data.js) and imported modules.
- **Source**: The markdown files in the external repository.
- **How**: It uses the GitHub API to download the remote repository files to the local computer and then search for a match in the files via JavaScript methods and / or regex.
- **How**: It uses the GitHub API / Octokit to search through the remote repository files.
- **Downside**: The API has a limit. Using a Personal Access Token broadens the limit, but it is still a limit.
- **Upside**: via API, A service created specifically for the purpose for which you use it.
- **Upside**: it works via an API, An official service created specifically for the purpose for which you use it.

0 comments on commit 912a429

Please sign in to comment.