Closed rburdet closed 5 years ago
I think you'd probably just end up rebuilding the _get
, _post
, etc... methods. Is there a reason you can't use those directly?
Those are part of the papi API and should be relatively stable.
If the above doesn't work feel free to re-open.
This is related with #27.
I would like to have a method where you could use your session object to make requests to non standard api like:
{url}/job/{job}/buildHistory/ajax?search={search}
or even standard method for extensibility like{url}/job/{job}/api
.Suppose you want to handle the full json tree yourself:
Or in my particular scenario i would like to do:
I could submit the PR if you are interested