Kevin Smith
Kevin Smith
We've just stumbled across this issue too since we've added a couple more hosted agents to our team. As a workaround we're just checking that we've got a agent name:...
Hello @robertmaxted, you should be able to pass in a different Base URI within the settings when creating the CompaniesHouseClient https://github.com/kevbite/CompaniesHouse.NET/blob/master/src/CompaniesHouse/CompaniesHouseSettings.cs
Hello @robertmaxted I've just tried the sandbox uri within the settings and it works fine, doesn't return any results as I've not setup any data but returns an empty list....
Hey, @dm007 sorry about the late reply, originally there was no `constants.yml` files when we started this project, also it seems that they are also slower at updating the yaml...
@dm007 glad the library is useful, if you fancy forking the code and pushing the changes in for the DisplayName stuff I'll happily accept it into the codebase. (I'm just...
@mattu08 @BernhardHofmannAtDwellant I've never seen any versioning on their API docs since it was in beta, it's a lot of effort supporting multiple API versions but you never know they...
Just looking back over the docs and there is mention of versioning using Accept/Content-Type headers but nowhere in the actual API documentation tells you anything about these versions of resources....
@bernhard-dwe the problem is that there are enums that come out and then it's normally months afterward that they're pushed to their GitHub repo. We've seen that in the past...
I've found that both the docs and their repo lacks behind when they add new enums
Cool, at the moment I've worked around it with a `Write-Error` which then throws an exception. ``` Write-Error "Error Code Not Zero" exit 1 ``` A lot of deployment tools...