Tomáš Karásek

Results 51 comments of Tomáš Karásek

This also happens when users pass invalid values in the facilities argument. API seems to go all through the list and when not a signle item makes sense, it reports...

Hi @chris-rock, Thanks for the report. I verified and it's true. When I use project API key and call c.Projects.List(nil), I will get the project record in the result slice,...

I tried to generate API client with swagger based on the api-docs ~3 years ago. The problem there IIRC was that the API docs were not consistent with the true...

Looking at #228 I've just tried to use swagger on api-docs.json. These were the issues: - host in body should match '^[^{}/ :\\]+(?::\d+)?$' (doesn't like forward slashed in "host": "api.equinix.com/metal/v1")...

I tried to generate and run a client with go-swagger. This is my test repo, I put some notes to README: https://github.com/t0mk/gometal

@dkenzox @batmany13 Maybe you can help with this one? We already had issue with network_type being reported wrong in #134, maybe this is caused by similar culprit?

this will cause some issues for Terraform users

whoops, I removed the device which I linked as an example, but I have a similar problem debugging L2 TF for @goldenprifti with this device: curl --silent -X GET -H...

.. and when I add `?exclude=project_lite` to the URL, the proper network_type is reported.

This just hit a Terrraform user: https://github.com/terraform-providers/terraform-provider-packet/issues/138