{"info":{"_postman_id":"f2dfa916-5f20-b386-e654-dc77a7b5e2ec","name":"FeathersJS chat guide API calls","description":"A collection of API calls for the FeathersJS chat guide at https://docs.feathersjs.com/guides/chat/readme.html","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"1. Create a new message","id":"152901e0-85b6-6f06-8818-0eaeeedb101d","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Postman\",\n\t\"text\": \"Hello from Postman\"\n}"},"url":"http://localhost:3030/messages","description":"For https://docs.feathersjs.com/guides/chat/service.html"},"response":[],"_postman_id":"152901e0-85b6-6f06-8818-0eaeeedb101d"},{"name":"2. List all messages","id":"fcd0721e-8797-1a3e-d641-c4dcf64a618d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Postman\",\n\t\"text\": \"Hello from Postman\"\n}"},"url":"http://localhost:3030/messages","description":"For https://docs.feathersjs.com/guides/chat/service.html"},"response":[],"_postman_id":"fcd0721e-8797-1a3e-d641-c4dcf64a618d"},{"name":"3. Create a user","id":"9da80144-0ea1-e1b5-6bdd-59f5e1a923ac","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"feathers@example.com\",\n  \"password\": \"secret\"\n}"},"url":"http://localhost:3030/users","description":"For https://docs.feathersjs.com/guides/chat/authentication.html"},"response":[],"_postman_id":"9da80144-0ea1-e1b5-6bdd-59f5e1a923ac"},{"name":"4. Creating a token","id":"1dd9a6de-5b13-9c03-b16a-6fae7e8e6a36","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"strategy\": \"local\",\n\t\"email\": \"feathers@example.com\",\n\t\"password\": \"secret\"\n}"},"url":"http://localhost:3030/authentication","description":"For https://docs.feathersjs.com/guides/chat/authentication.html"},"response":[],"_postman_id":"1dd9a6de-5b13-9c03-b16a-6fae7e8e6a36"}]}