=== lifeless_ is now known as lifeless [16:19] how does one call the "standard methods" in https://launchpad.net/+apidoc/devel.html, e.g. DELETE? If I do obj.DELETE or obj.delete on a git_repository object, I get "has no attribute" (no such parameter from restfulclient) [16:19] nacc: .lp_delete() [16:19] cjwatson: ah! thanks [16:20] cjwatson: do i need to do a lp_save() after? [16:20] no [16:20] ok, thanks [16:20] you only need that after setting attributes [16:21] cjwatson: and will lp_delete not return until the deletion is done? or do i need to poll on it? [16:21] the former - it's synchronous [16:21] cjwatson: great, thanks again! [16:21] assuming the backend is synchronous of course, but they generally are [16:23] there are some DELETE implementations in LP that kick off async jobs (for example deleting a Git repository schedules a job to reclaim space on the hosting backend), but I believe it's always true that the relevant DB row(s) will have been deleted after DELETE returns [16:24] that makes sense === JanC is now known as Guest2554 === JanC_ is now known as JanC [23:49] hi, i need help with an account issue please