From 2c014c29f2cf7a519152937f82ff67c0ef23d84f Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 11 Sep 2021 19:42:09 +0200 Subject: Commit --- api/index.php | 29 +++++++++++++++++++++++++++++ api/v1 | 1 + 2 files changed, 30 insertions(+) create mode 100644 api/index.php create mode 160000 api/v1 (limited to 'api') diff --git a/api/index.php b/api/index.php new file mode 100644 index 0000000..72b7020 --- /dev/null +++ b/api/index.php @@ -0,0 +1,29 @@ + + + + + Minteck API Reference + + + + +

Welcome to Minteck API!

+

This API helps you get access to data about all Minteck's services in a single place. As a general measure, it is always recommended you start with the latest stable version. Click the version you want to see the API reference for that version and open a testing playground.

+

Available versions:

+ + + + \ No newline at end of file diff --git a/api/v1 b/api/v1 new file mode 160000 index 0000000..8d73aad --- /dev/null +++ b/api/v1 @@ -0,0 +1 @@ +Subproject commit 8d73aad8f763b94be851b72315be6cfbb64b8946 -- cgit