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