|
| 1 | +<!doctype html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + |
| 5 | + <!-- |
| 6 | + Hello fellow developer! Looks like you're interested in our source code. |
| 7 | + Perhaps you'd like to join our team? To learn more, visit: |
| 8 | +
|
| 9 | + https://www.teamleader.eu/company/engineering |
| 10 | + --> |
| 11 | + |
| 12 | + <meta charset="utf-8"> |
| 13 | + <title>Teamleader API Documentation</title> |
| 14 | + <meta name="viewport" content="initial-scale=1.0, width=device-width, |
| 15 | +height=device-height, minimum-scale=1.0, maximum-scale=1.0, |
| 16 | +user-scalable=no"> |
| 17 | + <link rel="shortcut icon" type="image/x-icon" href="https://focus.teamleader.eu/favicon.ico" /> |
| 18 | + <link rel="stylesheet" href="style.css" type="text/css" /> |
| 19 | + |
| 20 | + <!-- Google Tag Manager --> |
| 21 | + <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 22 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 23 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 24 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 25 | + })(window,document,'script','dataLayer','GTM-MM9KDVH');</script> |
| 26 | + <!-- End Google Tag Manager --> |
| 27 | +</head> |
| 28 | +<body> |
| 29 | + <!-- Google Tag Manager (noscript) --> |
| 30 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MM9KDVH" |
| 31 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 32 | + <!-- End Google Tag Manager (noscript) --> |
| 33 | + |
| 34 | + <header class="header"> |
| 35 | + <img src="https://focus.teamleader.eu/images/logo.svg" alt="Teamleader" |
| 36 | +height="48" width="180"/> |
| 37 | + <span class="pipe">|</span> |
| 38 | + <span>API documentation</span> |
| 39 | + </header> |
| 40 | + |
| 41 | + <script src="https://api.apiary.io/seeds/embed.js"></script> |
| 42 | + <script src="apiary.js?v4"></script> |
| 43 | +</body> |
| 44 | +</html> |
0 commit comments