Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Are V2 of GCP APIs generally worst than V1?
12 points by diceduckmonk on Sept 6, 2022 | hide | past | favorite | 1 comment
Of the GCP APIs I've integrated with, I've noticed the later versions are worst than the v1. I am not talking about beta and alpha versions, but supposedly generally available V2.

For instance, I used Google Cloud Functions V1 and V2 API. The V2 API returns no results when listing functions, whereas the V1 API correctly returns results.

Can't discern if this reflects a downward trend in GCP's product quality, or just the nature of GCP's API product life cycle.

https://cloud.google.com/functions/docs/reference/rest/v1/operations/list https://cloud.google.com/functions/docs/reference/rest/v2/projects.locations/list




I'm pretty sure v2 and v1 functions are totally separate. If you run `gcloud functions list --log-http`, you can see that gcloud makes separate calls to the v2 and v1 apis in order to present a unified list of all functions.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: