ostruk

Results 4 comments of ostruk

:+1: "/" only works if you're retrieving master branch. If you're retrieving some other branch it defaults to master branch, because the generated url is actually invalid: "contents//?ref=branch-name". Remove the...

I have 7 files on my master branch, and 6 on my custom branch ("ostruk-branch" does not have "added.js"). When I call `var all = await client.Repository.Content.GetAllContents("UW-demo", "multiJs", "/", "ostruk-branch");`...

:+1: Took me a while to figure out why it was crashing on production.