Skip to content

v0.3.0: Documentation for adapters

Choose a tag to compare

@zner0L zner0L released this 10 Nov 19:04
· 54 commits to main since this release
df4301a

This release includes the documentation for the adapters, explaining, why certain properties in the analyzed traffic are mapped to the properties in the results of TrackHAR. This new documentation can be found in the research-docs/ folder of the repository, however, it is not part of the npm package (because it is not needed for running TrackHAR). The changes to the package include dependency updates and update to some of the adapters according to newly gathered data.

Furthermore, some development tools were added to the repository. There is now a script that tests an adapter against our open request database. You can use it like this (for more info, read the README at the root of the repository):

yarn debug-adapter <tracker slug>/<adapter slug>
# e.g.: yarn debug-adapter facebook/graph

Also, in order to archive the links included in the adapters, a script was added automatically gathering links that have not been archived yet and saving them in the Internet Archive. You can keep it running in the background, while you edit the adapters, so you can have it archive all the links you add automatically:

yarn auto-archive

For more info, you can refer to the README in the research-docs/ folder.

What's Changed

Full Changelog: v0.2.0...v0.3.0