calling named operation on launchpad.me
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
launchpadlib |
Triaged
|
Low
|
Unassigned |
Bug Description
Calling launchpad.
If I was manually creating HTTP requests, it would be very clear that I was getting a redirect. launchpadlib hides this and makes a GET request on the new url. At the very least, launchpadlib should raise an exception. Since launchpadlib is bound to a specific api on top of lazr.restfulclient, I think it would make sense for it to re-post the named operation on the new url. Also, in the case of launchpad.me, it would be nice if it didn't re-request the object every time it is accessed, since it should know that launchpad.me won't point to another person unless the login changes.
.me probably should just resolve on access, once, so that after that its known and url combining is done appropriately