{"info":{"_postman_id":"f2dfa916-5f20-b386-e654-dc77a7b5e2ec","name":"FeathersJS chat guide API calls","description":"<html><head></head><body><p>A collection of API calls for the FeathersJS chat guide at <a href=\"https://docs.feathersjs.com/guides/chat/readme.html\">https://docs.feathersjs.com/guides/chat/readme.html</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3967924","collectionId":"f2dfa916-5f20-b386-e654-dc77a7b5e2ec","publishedId":"RW1Yq1a8","public":true,"customColor":null,"publishDate":"2018-04-25T12:21:05.000Z"},"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":"<p>For <a href=\"https://docs.feathersjs.com/guides/chat/service.html\">https://docs.feathersjs.com/guides/chat/service.html</a></p>\n","urlObject":{"protocol":"http","port":"3030","path":["messages"],"host":["localhost"],"query":[],"variable":[]}},"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":"<p>For <a href=\"https://docs.feathersjs.com/guides/chat/service.html\">https://docs.feathersjs.com/guides/chat/service.html</a></p>\n","urlObject":{"protocol":"http","port":"3030","path":["messages"],"host":["localhost"],"query":[],"variable":[]}},"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":"<p>For <a href=\"https://docs.feathersjs.com/guides/chat/authentication.html\">https://docs.feathersjs.com/guides/chat/authentication.html</a></p>\n","urlObject":{"protocol":"http","port":"3030","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"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":"<p>For <a href=\"https://docs.feathersjs.com/guides/chat/authentication.html\">https://docs.feathersjs.com/guides/chat/authentication.html</a></p>\n","urlObject":{"protocol":"http","port":"3030","path":["authentication"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dd9a6de-5b13-9c03-b16a-6fae7e8e6a36"}]}