Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 384 Bytes

testing.rest

File metadata and controls

33 lines (22 loc) · 384 Bytes

// Smattering of http requets for testing the api.

@base = http://localhost:3000 #@base = https://rec-room.io

### GET {{base}}

### GET {{base}}/hello

### GET {{base}}/bye

### GET {{base}}/hello/bye

### GET {{base}}/hello/bye/314512

### GET {{base}}/contacts/235412

### GET {{base}}/contacts

### POST {{base}}/contacts

{"Name":"John"}

### GET {{base}}/cf_recipes/aggregating