Code review comment for lp:~thekorn/launchpadlib/add_tilde_to_url

Revision history for this message
Markus Korn (thekorn) wrote :

This branch adds a tilde to the uri of team_membership and wiki_name entries in the apidoc

For example team_membership urls has been shown as
   URL: https://api.launchpad.dev/beta/<team.name>/+member/<member.name>
But the correct scheme is
    URL: https://api.launchpad.dev/beta/~<team.name>/+member/<member.name>

« Back to merge proposal