Comcast / go-edgegrid

A Golang Akamai API client and Akamai OPEN EdgeGrid Authentication scheme authentication handler.
Other
16 stars 8 forks source link

Add endpoint and api function for retrieving property hostnames #11

Closed carlpett closed 7 years ago

carlpett commented 8 years ago

Adds support for the property version hostnames endpoint.

carlpett commented 8 years ago

Hm, missed the linting, fix upcoming

mdb commented 8 years ago

Thanks @carlpett ! Before proceeding, we should probably have you follow the contributing guidelines here:

https://github.com/Comcast/go-edgegrid/blob/master/CONTRIBUTING.md

Please let me know if you have any questions! Thanks again!

carlpett commented 8 years ago

Of course, I'll send an email!

mdb commented 7 years ago

@carlpett Apologies for the slow response. This looks good; would you mind adding a related test to edgegrid/papi_client_api_test.go?

carlpett commented 7 years ago

@mdb Done!

mdb commented 7 years ago

@carlpett Thank you! Would you also mind creating a quick test for papiPropertyRulesEndpoint? I apologize; I should have mentioned that test in my previous comment.

carlpett commented 7 years ago

@mdb No problem, fixed!

mdb commented 7 years ago

Thanks!