Code Monkey home page Code Monkey logo

haskell-yesod-rest's Introduction

FOA - Feedback On Anything

Collection of Postman requests:

{
	"variables": [],
	"info": {
		"name": "foa",
		"_postman_id": "8d15c6fe-8fd5-4f95-1040-51255030baa2",
		"description": "",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
	},
	"item": [
		{
			"name": "home",
			"request": {
				"url": "http://localhost:3000/",
				"method": "GET",
				"header": [],
				"body": {},
				"description": ""
			},
			"response": []
		},
		{
			"name": "all feedback",
			"request": {
				"url": "http://localhost:3000/feedback",
				"method": "GET",
				"header": [],
				"body": {},
				"description": ""
			},
			"response": []
		},
		{
			"name": "feedback",
			"request": {
				"url": "http://localhost:3000/feedback/70c57beb-ce8e-4ea1-83e0-4e26da086280",
				"method": "GET",
				"header": [],
				"body": {},
				"description": ""
			},
			"response": []
		},
		{
			"name": "new feedback",
			"request": {
				"url": "http://localhost:3000/feedback",
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"description": ""
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n\t\"target\": \"5749CF55-CB73-4B0C-A222-1959BBD6038A\",\n\t\"targetOwner\": \"3DE0188A-CEDE-4305-8C73-2D643F0A6ED9\",\n\t\"feedbackGiver\": \"CBC041D9-F503-4053-AEA4-EC23C057CE50\",\n\t\"experience\": \"c\",\n\t\"comment\": \"d\"\n}"
				},
				"description": ""
			},
			"response": []
		},
		{
			"name": "update feedback",
			"request": {
				"url": "http://localhost:3000/feedback/70c57beb-ce8e-4ea1-83e0-4e26da086280",
				"method": "PUT",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"description": ""
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n\t\"target\": \"5749CF55-CB73-4B0C-A222-1959BBD6038A\",\n\t\"targetOwner\": \"3DE0188A-CEDE-4305-8C73-2D643F0A6ED9\",\n\t\"feedbackGiver\": \"CBC041D9-F503-4053-AEA4-EC23C057CE50\",\n\t\"experience\": \"e\",\n\t\"comment\": \"f\"\n}"
				},
				"description": ""
			},
			"response": []
		},
		{
			"name": "delete feedback",
			"request": {
				"url": "http://localhost:3000/feedback/70c57beb-ce8e-4ea1-83e0-4e26da086280",
				"method": "DELETE",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"description": ""
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"description": ""
			},
			"response": []
		}
	]
}

haskell-yesod-rest's People

Contributors

piotrjustyna avatar

Stargazers

 avatar Jud White avatar

Watchers

Jud White avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.