-
Owned Core API access
Hi again,
I am creator of https://www.ownedcore.com/forums/mmo...exile-api.html (GameHelper: A light version of PoeHUD/Exile-Api) program.
I have a github actions (CI) pipeline that compiles my software and push it on discord (i got a discord server too) server via following github action
Discord Message Notify . Actions . GitHub Marketplace . GitHub
GitHub - appleboy/discord-action: GitHub Action that sends a Discord message.
once i do that, I have to come to Owned Core website and manually push the new release over here (@ the end of the first post of my thread).
would be cool if I can get an API (or best case scenario github action) to automatically instruct my CI pipeline to push releases on this website.
so APIs i am looking for is as following.
1: Edit a message in a thread
2: login
3: upload a file
4: delete a file
5: create a new message in a thread
Last edited by GameHelper; 08-19-2023 at 10:14 AM.
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 1 Thanks
N/A (1 members gave Thanks to GameHelper for this useful post)
-
Originally Posted by
GameHelper
Not sure about the API availability, but are you not able to accomplish this with POST requests and a valid token worst case?
-
Eryx
Guest
Thanks for your clarification/input.
This requires us to think things through very thoroughly with regards to malware/security etc, and I'm sure GitHub has good solutions to discover stuff like this that isn't so easy to get in place in vBulletin.
We'll look into it - but as I said - no promises made.
-
Originally Posted by
Hazzbazzy
Not sure about the API availability, but are you not able to accomplish this with POST requests and a valid token worst case?
yeah, looks like that's the route for now, until Eryx implement/enable something.
here's the bash script I have created for it modify post/upload file on oc via automation . GitHub
As you can see from the script, its very ugly + REing html responses is very painful process + little changes in webpage html response breaks the client...so maintenance cost is high….
On the other hand an API created for this purpose wouldn't change a lot.
Originally Posted by
Eryx
Thanks for your clarification/input.
This requires us to think things through very thoroughly with regards to malware/security etc, and I'm sure GitHub has good solutions to discover stuff like this that isn't so easy to get in place in vBulletin.
We'll look into it - but as I said - no promises made.
while doing some googling I saw that vbulletin 5 got API access, i am not expert, so not sure how much effort it would be going from 4 to 5.
Last edited by GameHelper; 01-22-2024 at 05:29 PM.
If I did not reply to you, it mean the question you are asking is stupid.