🔨 Changelog

Changelog

This document contains all public changes to TRCKRSPACE.

v0.0.1-alpha - 2023-09-23

Added

  • GET /usage endpoint to retrieve usage events and filter by startDt, endDt, category and event.
  • POST /usage endpoint to create usage events

v0.0.1-alpha.1 - 2023-10-28

Added

  • GET /usage endpoint updated for hierarchical filtering based on supplied path. E.g. /usage/{myKey1}/{myValue1}/{myKey2}/{myValue2}
  • POST /usage endpoint to create usage events with hierarchical filtering. The endpoint keys are now:
{
    'order': ['myKey1', 'myKey2'],
    'values': {
        'myKey1': 'myValue1',
        'myKey2': 'myValue2',
        'otherKey': 'otherValue',
    }
}