You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I revised all the code to make sure nothing is malicious there, thanks guys for the great work as it helped me too much!
Idea / Issue / Suggestion
Creating functions to cover the each API endpoint features is great, and I was able to utilize this to automate a lot of my work, yet I am afraid that it's not simple for usage. we are missing abstraction.
For example lets say you need to get a ticket, the ticket's notes, and description. You simply cannot:
but you have to interact with each API, to request these data over the internet and rebuild/collect all the data you wanted about the ticket in a python object.
The text was updated successfully, but these errors were encountered:
DeadDude-glitch
changed the title
Too many functions, too little automation
Many functions, yet little automation
Dec 22, 2023
Thank You
I revised all the code to make sure nothing is malicious there, thanks guys for the great work as it helped me too much!
Idea / Issue / Suggestion
Creating functions to cover the each API endpoint features is great, and I was able to utilize this to automate a lot of my work, yet I am afraid that it's not simple for usage. we are missing abstraction.
For example lets say you need to get a ticket, the ticket's notes, and description. You simply cannot:
but you have to interact with each API, to request these data over the internet and rebuild/collect all the data you wanted about the ticket in a python object.
The text was updated successfully, but these errors were encountered: