packages feed

agent-push-kit-0.1.0: lib/AgentPushKit/API.hs

{-
   Agent Push Kit API

   The complete Agent Push Kit REST API. Application event ingestion uses an organization key beginning with `apk_`. Authenticated user operations accept either an Agent Push Kit login JWT or an agent access token beginning with `apt_`.

   OpenAPI Version: 3.1.0
   Agent Push Kit API API version: 0.1.0
   Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

{-|
Module : AgentPushKit.API
-}

module AgentPushKit.API
  ( module AgentPushKit.API.Account
  , module AgentPushKit.API.AgentTokens
  , module AgentPushKit.API.Authentication
  , module AgentPushKit.API.CustomerAccounts
  , module AgentPushKit.API.Devices
  , module AgentPushKit.API.Events
  , module AgentPushKit.API.Health
  , module AgentPushKit.API.Preferences
  ) where

import AgentPushKit.API.Account
import AgentPushKit.API.AgentTokens
import AgentPushKit.API.Authentication
import AgentPushKit.API.CustomerAccounts
import AgentPushKit.API.Devices
import AgentPushKit.API.Events
import AgentPushKit.API.Health
import AgentPushKit.API.Preferences