Few days ago, i was integrating OSTicket with InfraSpeak.
Infraspeak has a fancy API where we can get all the tickets states, users etc.. but on the OST side... i had nothing.
So i started working on a small REST API in PHP, using the official OST key so you can return results alot easier and faster.

If you want to try it, give new ideas and other things, here is the github page:
https://github.com/BMSVieira/osticket-api

Thank you!

Hey!

Thank you, i saw those PR's, but the idea behind what im doing is more of a "plugin" rather than a OSTicket built in feature.
Some people might need it, some dont, the idea is having a resource that is available and can be added to every OSTicket System, even the less experienced developers.

This is the very first version, there's not even a first package release because i want to add more things first.

an API plugin would be amazing. 🙂

That is the idea of what im doing, just place it in the server, change config file and you are ready to go!
Something completely separated from OST source code, but that uses its features, API-Key, Permissions, etc...

Write a Reply...