2 lines
98 B
Bash
2 lines
98 B
Bash
#!/bin/bash
|
|
curl 'http://localhost/api.php/posts?include=categories,tags,comments&filter=id,eq,1'
|