Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

Commit 6b40b13

Browse files
committed
Finally uploaded my first ever program into GitHub
1 parent 3cf0042 commit 6b40b13

6 files changed

+1656
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# osticket_api
1+
# osticket_api
2+
3+
This was the first bit of code I've ever programmed professionally, so please excuse the lack of adherence to best practices and design patterns.
4+
5+
This RESTful API was engineered back in the fall semester of 2014 during my internship, and it performed basic CRUD operations to interface with an open source ticketing application called [OSTICKET](https://osticket.com/). Coded with PHP, it used the cURL extension to send out API REST calls containing JSON data objects to a MySQL database for basic CRUD operations.
6+
7+
For security, it utilized an API key (not included for obvious reasons) as well as an LDAP extension to perform basic authentication.
8+
9+
This API was developed in a [WAMP](https://www.wampserver.com/en/) dev environment, which also came with PhpMyAdmin to host a database schema.
10+
11+
The only file with any actual code in it is [vpua_api.php](https://github.com/KerickHowlett/osticket_api/blob/master/vpua_api.php). The other files are only there for posterity sake.
12+
13+
## Disclaimer
14+
Since this API wasn't used to access any sensitive information, I received explicit permission from the [University of Louisville](https://louisville.edu/)'s Office of Advancement to use this as a part of my portfolio.
15+
16+
This may be taken down at any time upon their request.

ldap_config.php

Whitespace-only changes.

ost_con.php

Whitespace-only changes.

status.php

Whitespace-only changes.

update.php

Whitespace-only changes.

0 commit comments

Comments
 (0)