You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/api.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,18 @@ sidebar_position: 3
9
9
10
10
# PastVu API
11
11
12
+
:::warning Deprecated
13
+
The API endpoint `https://pastvu.com/api2` has been deprecated in favor of `https://api.pastvu.com/api2`. Please update your integrations to use the new endpoint.
14
+
:::
15
+
12
16
:::info
13
17
To retrieve a photo, you need to add the contents of the `file` field from the API method response to the URL:
18
+
*`https://img.pastvu.com/d/` for standard size;
19
+
*`https://img.pastvu.com/a/` for original size;
20
+
*`https://img.pastvu.com/h/` for thumbnail size.
21
+
:::
22
+
23
+
:::warning Deprecated
14
24
*`https://pastvu.com/_p/d/` for standard size;
15
25
*`https://pastvu.com/_p/a/` for original size;
16
26
*`https://pastvu.com/_p/h/` for thumbnail size.
@@ -28,7 +38,7 @@ cid | ✓ | int | unique photo number |
0 commit comments