-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (50 loc) · 1.35 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel=icon" href="https://raw.githubusercontent.com/PizziPayment/PizziPayment.github.io/main/favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<title>Pizzi API - Documentation</title>
<h1>
<img src="https://avatars.githubusercontent.com/u/72045151?s=400&u=2da454a65a925719805331f9e3993bec4bc0b417&v=4"
width="30" height="30" />
Pizzi
</h1>
<h2> API - Documentation </h2>
<div class="container">
<div class="item">
<a href="https://pizzipayment.github.io/authorization-server.html">
Authorization server
</a>
</div>
<div class="item">
<br>
<a href="https://pizzipayment.github.io/resource-server-master.html">
Resource server (branch: Master)
</a>
</div>
<div class="item">
<br>
<a href="https://pizzipayment.github.io/resource-server-develop.html">
Resource server (branch: Develop)
</a>
</div>
</div>
<h2> Postman </h2>
<div class="container">
<div class="item">
<a href="/postman/Pizzi API.postman_collection.json" download="">
Postman collection
</a>
</div>
<div class="item">
<br>
<a href="/postman/Pizzi API.postman_environment.json" download="">
Postman environment
</a>
</div>
</div>
</body>
</html>