compwright/servicetitan

ServiceTitan v2 API client for PHP

3.0.0 2024-12-24 03:45 UTC

This package is auto-updated.

Last update: 2024-12-24 03:45:56 UTC


README

ServiceTitan v2 API client for PHP

For more information, please visit https://developer.servicetitan.io.

Installation

Install via Composer:

composer require compwright/servicetitan

Usage

See example.php

API Endpoints

All URIs are relative to https://api.servicetitan.io

Models

Authorization

Authentication schemes defined for the API:

appKey

  • Type: API key
  • API key parameter name: ST-App-Key
  • Location: HTTP header

bearerToken

  • Type: Bearer authentication

Tests

To run the tests, use:

composer install
vendor/bin/phpunit

Author

Jonathon Hill, CompWright Enterprises LLC (https://compwright.com)

About this package

This PHP package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0
    • Generator version: 7.10.0
  • Build package: org.openapitools.codegen.languages.PhpClientCodegen