analytics/test
hq1 6035618213
Add GET /capabilities to Plugins API (#3808)
* Add `GET /capabilities` to Plugins API

It aims to:

 - help the client verify the data-domain the token is associated with
 - list all the features available for the site's owner
   (and therefore determine availability of the subset of those for the current
   Plugins API caller)

The endpoint does not require authentication, in the sense that it'll
always respond with 200 OK. However when the token is provided,
a verification lookup is made.

* Remove IO.inspect() call

* Credo

* Aesthetics

* s/send_resp/send_error/

* Call preload just once
2024-02-21 12:41:56 +01:00
..
e2e Integrate ingestion monitoring data into instatus (#3515) 2023-11-13 15:11:59 +01:00
load Fix script path for k6 load test (#2068) 2022-07-29 09:00:50 -03:00
plausible Remove code that updates session browser/geo/OS attributes (#3796) 2024-02-20 09:35:12 +02:00
plausible_web Add GET /capabilities to Plugins API (#3808) 2024-02-21 12:41:56 +01:00
priv Replace Geolix with Locus (#2362) 2023-01-17 12:05:09 -03:00
support Add multiple imports per site (#3724) 2024-02-14 09:32:36 +01:00
workers safe(r) Oban telemetry (#3743) 2024-02-14 10:12:03 +01:00
test_helper.exs Shields behind a FF (#3780) 2024-02-12 15:22:06 +01:00