Add endpoint to retrieve latest publications.

This commit is contained in:
Florian THIERRY
2024-06-04 13:06:20 +02:00
parent 067bf7885a
commit 58295398e0
7 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Get latest
type: http
seq: 6
}
get {
url: {{url}}/api/publications/latest
body: none
auth: none
}