summaryrefslogtreecommitdiff
path: root/artifacts/layout.html
blob: a06d6d05d3a52dd310531efc96c196e5e67d2b1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
  <body>
    <ul>
      <li>/: root, filter, search</li>
      <li>/parts: raw parts table</li>
      <li>/parts.csv: CSV download of parts table</li>
      <li>/cars: raw cars table</li>
      <li>/cars.csv: CSV download of cars table</li>
      <li>/suggestions: suggestion input form and appoval list</li>
      <li>
        /login: all the logins
        <ul>
          <li>/login/facebook</li>
          <li>/login/google</li>
          <li>/login/microsoft</li>
          <li>/login/gitea</li>
        </ul>
      </li>
      <li>/api/v1: JSON API</li>
      <ul>
        <li>/api/v1/parts</li>
        <li>/api/v1/cars</li>
        <li>/api/v1/suggestions</li>
      </ul>
    </ul>
  </body>
</html>