From ec023e24092889e2f838032af8c44cbfef2a9462 Mon Sep 17 00:00:00 2001 From: Dylan Heiss Date: Thu, 3 Oct 2019 09:53:06 -0500 Subject: [PATCH] Added 'REST API Generator' idea --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4a8c415..15631f5 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,10 @@ Stores people's preferences of toppings, and maybe crust styles too, i.e., what ### Reminders app +### REST API Generator + +Interface that generates REST API calls based on fields filled in from a form. Output could be formed for use in various languages (i.e. Python, Java, etc.) or for tools like curl or Postman. + ### Runkeeper ### Simple game (e.g cards or LetterPress)