outlook / libnss-aad

A glibc NSS plugin that implements an Azure Active Directory service
MIT License
25 stars 6 forks source link

Construct URLs with Url objects instead of strings #4

Open thenewwazoo opened 7 years ago

thenewwazoo commented 7 years ago

Per this great comment, change the argument passed to .post to take a Url object constructed with join() instead of a string constructed with format!().