Skip to content

Instantly share code, notes, and snippets.

@Mobey-eth
Last active July 1, 2023 11:48
Show Gist options
  • Save Mobey-eth/54bd9883e686025218c5221ef77365bc to your computer and use it in GitHub Desktop.
Save Mobey-eth/54bd9883e686025218c5221ef77365bc to your computer and use it in GitHub Desktop.
{
"info": {
"_postman_id": "edcee698-68d0-4280-9929-78193919a01d",
"name": "platformatic collection",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "28174803"
},
"item": [
{
"name": "movies Request",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Add movie",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "http://127.0.0.1:3042/movies",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "3042",
"path": [
"movies"
]
}
},
"response": []
},
{
"name": "Delete movie",
"request": {
"method": "DELETE",
"header": []
},
"response": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment