| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This folder contains .http files for manually testing the Ackee GraphQL API. These files can be used with HTTP clients that support the .http file format, such as the REST Client extension for VS Code or IntelliJ IDEA's built-in HTTP client.
| File | Description |
|---|---|
| tokens.http | Login (create token) and logout (delete token) |
| domains.http | Create, read, update, and delete domains |
| records.http | Create and update tracking records |
| events.http | Create, read, update, and delete events |
| actions.http | Create and update event actions |
| permanentTokens.http | Create, read, update, and delete permanent tokens |
| facts.http | Fetch domain facts (active visitors, views, durations) |
| domainStatistics.http | Domain statistics: browsers, devices, durations, languages, pages, referrers, sizes, systems, views |
| eventStatistics.http | Event statistics: chart and list |
Requests that create tracking data (records.http, actions.http) do not require authentication, as they represent client-side tracking calls.
| Back | FazBrowse Home | New Git URL |