Skip to content

Commit 0ebefb4

Browse files
committed
2 parents e0b27f9 + 93b2e55 commit 0ebefb4

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "InsightFlare API",
55
"description": "Privacy-focused web analytics API. Authenticated endpoints require an API key passed as a Bearer token in the Authorization header. All timestamps in query parameters and response objects are ISO 8601 date-time strings unless the field name explicitly ends with `Ms`. Fields ending with `Ms` represent millisecond values, such as durations or Unix timestamps depending on context. Analytics ranges use [from, to) semantics. If from, to, and preset are omitted, analytics endpoints default to the last 7 days ending at request time. The default timeZone is UTC.\n\nThis OpenAPI document describes the behavior of the InsightFlare origin API. Depending on deployment configuration, upstream infrastructure, proxies, gateways, or edge providers may return additional HTTP responses before requests reach the API origin, such as 429 Too Many Requests. These responses are outside the standard API error envelope and are not part of the stable API contract.",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"contact": {
88
"name": "InsightFlare",
99
"url": "https://github.com/ravelloh/InsightFlare"
@@ -232,7 +232,7 @@
232232
"summary": "getApiRoot",
233233
"value": {
234234
"data": {
235-
"version": "0.3.0",
235+
"version": "0.4.0",
236236
"service": "InsightFlare Analytics API",
237237
"links": {
238238
"self": "/api/v1",
@@ -408,7 +408,7 @@
408408
"summary": "getCapabilities",
409409
"value": {
410410
"data": {
411-
"apiVersion": "0.3.0",
411+
"apiVersion": "0.4.0",
412412
"features": {
413413
"sites": true,
414414
"tracking": true,

docs/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ info:
1818
requests reach the API origin, such as 429 Too Many Requests. These
1919
responses are outside the standard API error envelope and are not part of
2020
the stable API contract.
21-
version: 0.3.0
21+
version: 0.4.0
2222
contact:
2323
name: InsightFlare
2424
url: https://github.com/ravelloh/InsightFlare
@@ -179,7 +179,7 @@ paths:
179179
summary: getApiRoot
180180
value:
181181
data:
182-
version: 0.3.0
182+
version: 0.4.0
183183
service: InsightFlare Analytics API
184184
links:
185185
self: /api/v1
@@ -304,7 +304,7 @@ paths:
304304
summary: getCapabilities
305305
value:
306306
data:
307-
apiVersion: 0.3.0
307+
apiVersion: 0.4.0
308308
features:
309309
sites: true
310310
tracking: true

docs/skills.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api": "InsightFlare Analytics API",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Privacy-focused web analytics platform.",
55
"baseUrl": "${baseUrl}",
66
"openapiUrl": "/.well-known/openapi.json",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insightflare",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"type": "module",
66
"packageManager": "npm@11.15.0",

0 commit comments

Comments
 (0)