Justin Dalrymple

Results 260 comments of Justin Dalrymple

Wow, thank you guys for the details responses! I managed to throw something together similar to what @elliot-nelson mentioned, thought it felt a bit hacky, hence this issue. The method...

Im running into the same error with 6.0.1 :/

```js export function details(username, token) { const api = new Gitlab({token}) return api.Users.search( username, {includeInherited: true }) } const d = await details('username', 'token') ``` This should work

Not a problem. I believe this was done because the underlying library (got and ky) were overriding the user-agent. I will double check and follow up

Good find! I keep this in mind to make the tweak when i have a moment!

https://github.com/jdalrymple/gitbeaker/blob/master/packages/node/src/GotRequester.ts

Pretty much just look at that subproject, its an example of using a Got specific requester. The browser package is similar as well but with Ky as the main request...

Are there any steps I should take to hasten this PR? :D