Christian LaCourt

Results 4 issues of Christian LaCourt

The `bytag` and `byserial` APIs are documented here: - https://snipe-it.readme.io/reference#hardware-by-asset-tag - https://snipe-it.readme.io/reference#hardware-by-serial I've tested bytag successfully on v4.6.7; byserial threw a 403 for me, though, so use at your own...

The use of RequestManagerRestSharp in SnipeItApi was causing the tests CheckApiTokenAndUrl_SetAuthorizationHeader_SetCorrectly and CheckApiTokenAndUrl_SetHttpClientBaseAddress_SetCorrectly to fail with NullReferenceExceptions. I updated the tests to reflect the use of the new class, and...

Discovered while testing against the asset list on a local SnipeIT install. In EndPointManager.GetAll, when there are fewer than 1000 assets in the system, only 50 assets (the default limit)...