Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jul 3, 2024
1 parent 244ecdc commit 0e44282
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,10 @@ start_date=$(date -u -v-5S +'%Y-%m-%dT%H:%M:%S')
end_date=$(date -u +'%Y-%m-%dT%H:%M:%S')
curl "http://localhost:3030/recent?limit=5&offset=0&start_date=$start_date&end_date=$end_date"

# 7. Get frame without thumbnail
curl "http://localhost:3030/frame/123"

# 8. Get frame with thumbnail
curl "http://localhost:3030/frame/123?thumbnail=true"

# 9. Search with no query (should return all results)
# 6. Search with no query (should return all results)
curl "http://localhost:3030/search?limit=5&offset=0"

# 10. Get recent results with pagination
# 7. Get recent results with pagination
curl "http://localhost:3030/recent?limit=20&offset=40"
```
</details>
Expand Down

0 comments on commit 0e44282

Please sign in to comment.