From 41a75b47a6bec42633ecc3c108c25a42d9b57136 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 28 Jan 2024 06:46:34 -0600 Subject: [PATCH] Rename json/ to samples/, ignore /js --- .gitignore | 1 + {json => samples}/getClassDetails.html | 0 {json => samples}/getCorequisites.html | 0 {json => samples}/getCourseDescription.html | 0 {json => samples}/getEnrollmentInfo.html | 0 {json => samples}/getFacultyMeetingTimes.json | 0 {json => samples}/getFees.html | 0 {json => samples}/getLinkedSections.html | 0 {json => samples}/getRestrictions.html | 0 {json => samples}/getSectionAttributes.html | 0 {json => samples}/getSectionBookstoreDetails.html | 0 {json => samples}/getSectionPrerequisites.html | 0 {json => samples}/getXlistSections.html | 0 {json => samples}/get_instructionalMethod.json | 0 {json => samples}/searchResults.json | 0 {json => samples}/searchResults_malware.json | 0 16 files changed, 1 insertion(+) rename {json => samples}/getClassDetails.html (100%) rename {json => samples}/getCorequisites.html (100%) rename {json => samples}/getCourseDescription.html (100%) rename {json => samples}/getEnrollmentInfo.html (100%) rename {json => samples}/getFacultyMeetingTimes.json (100%) rename {json => samples}/getFees.html (100%) rename {json => samples}/getLinkedSections.html (100%) rename {json => samples}/getRestrictions.html (100%) rename {json => samples}/getSectionAttributes.html (100%) rename {json => samples}/getSectionBookstoreDetails.html (100%) rename {json => samples}/getSectionPrerequisites.html (100%) rename {json => samples}/getXlistSections.html (100%) rename {json => samples}/get_instructionalMethod.json (100%) rename {json => samples}/searchResults.json (100%) rename {json => samples}/searchResults_malware.json (100%) diff --git a/.gitignore b/.gitignore index d2ef04c..d473898 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ cover.cov banner .*.go dumps/ +js/ .vscode/ \ No newline at end of file diff --git a/json/getClassDetails.html b/samples/getClassDetails.html similarity index 100% rename from json/getClassDetails.html rename to samples/getClassDetails.html diff --git a/json/getCorequisites.html b/samples/getCorequisites.html similarity index 100% rename from json/getCorequisites.html rename to samples/getCorequisites.html diff --git a/json/getCourseDescription.html b/samples/getCourseDescription.html similarity index 100% rename from json/getCourseDescription.html rename to samples/getCourseDescription.html diff --git a/json/getEnrollmentInfo.html b/samples/getEnrollmentInfo.html similarity index 100% rename from json/getEnrollmentInfo.html rename to samples/getEnrollmentInfo.html diff --git a/json/getFacultyMeetingTimes.json b/samples/getFacultyMeetingTimes.json similarity index 100% rename from json/getFacultyMeetingTimes.json rename to samples/getFacultyMeetingTimes.json diff --git a/json/getFees.html b/samples/getFees.html similarity index 100% rename from json/getFees.html rename to samples/getFees.html diff --git a/json/getLinkedSections.html b/samples/getLinkedSections.html similarity index 100% rename from json/getLinkedSections.html rename to samples/getLinkedSections.html diff --git a/json/getRestrictions.html b/samples/getRestrictions.html similarity index 100% rename from json/getRestrictions.html rename to samples/getRestrictions.html diff --git a/json/getSectionAttributes.html b/samples/getSectionAttributes.html similarity index 100% rename from json/getSectionAttributes.html rename to samples/getSectionAttributes.html diff --git a/json/getSectionBookstoreDetails.html b/samples/getSectionBookstoreDetails.html similarity index 100% rename from json/getSectionBookstoreDetails.html rename to samples/getSectionBookstoreDetails.html diff --git a/json/getSectionPrerequisites.html b/samples/getSectionPrerequisites.html similarity index 100% rename from json/getSectionPrerequisites.html rename to samples/getSectionPrerequisites.html diff --git a/json/getXlistSections.html b/samples/getXlistSections.html similarity index 100% rename from json/getXlistSections.html rename to samples/getXlistSections.html diff --git a/json/get_instructionalMethod.json b/samples/get_instructionalMethod.json similarity index 100% rename from json/get_instructionalMethod.json rename to samples/get_instructionalMethod.json diff --git a/json/searchResults.json b/samples/searchResults.json similarity index 100% rename from json/searchResults.json rename to samples/searchResults.json diff --git a/json/searchResults_malware.json b/samples/searchResults_malware.json similarity index 100% rename from json/searchResults_malware.json rename to samples/searchResults_malware.json