Our API is still under development and as of now, we only offer APIs that lets one fetch data.
Installation
PHP: Install the bindings via Composer.
Java: Add dependency to your project's build file.
Python: Install from source.
.NET: Install Stripe.net via NuGet.
composer require timemeapp/timemeapp-php
Authorization
Authenticate your account by including your secret key in API requests. You can get your API key by clicking here.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
\TimeMeApp\Auth::setApiKey("tmk_913931_anidsaubf");
Company
Retrieves the details of a company. You need only supply the unique company identifier that was returned upon company creation.
$company = \TimeMeApp\getCompany(13);
Company Properties
Authenticate your account by including your secret key in API requests. You can get your API key by clicking here.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
\TimeMeApp\Auth::setApiKey("tmk_913931_anidsaubf");