Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API::VERSION1 #13

Open
5 of 6 tasks
ddavisgraphics opened this issue Apr 7, 2020 · 0 comments
Open
5 of 6 tasks

API::VERSION1 #13

ddavisgraphics opened this issue Apr 7, 2020 · 0 comments
Assignees

Comments

@ddavisgraphics
Copy link
Contributor

ddavisgraphics commented Apr 7, 2020

API Version 1 is a mock-up of some API functionality that was needed for form building along with a few functions that were in the MFCS repo in a variety of places.

Case 1: In the includes folder there existed a series of JSON output files that were created by MFCS for use within the form builder. These essentially were PHP output files with no protection except for a script that allowed no view access off-campus.

Solution:
We needed a way to use this and be sure that only we can use this part of the application. I created a public API and a private API module and worked to get the information out safely and securely.

  • Public API Module

  • Private API Module

  • Controller for API

  • Routes and Namespacing

  • Queries and Documentation

  • Testing

@ddavisgraphics ddavisgraphics self-assigned this Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant