0

Comments for the v3 api was just released. We're using the .net client library and as far as I can tell the new comments changes are not included in the latest dlls. Does anyone know when the changes will be included in the libraries?

I'm just trying to figure out if it's worth creating my own wrapper or not. Thanks!

NullReference
  • 4,404
  • 12
  • 53
  • 90
  • 1
    I think they're working on them as quickly as possible.... comments and comment threads were just added to the PHP library 6 hours ago. Hopefully we'll see the other major libraries get support over the next week or two. – jlmcdonald Apr 17 '15 at 18:49

1 Answers1

2

I just uploaded the new v3 version to NuGet.

I run the NuGet publisher once a week to update all Google.Apis packages. I already ran it this week, but with your request I just ran it again.

peleyal
  • 3,472
  • 1
  • 14
  • 25
  • I wonder if that could be set to run automated? Detect changes via the discovery api if one has changed run it. – Linda Lawton - DaImTo Apr 20 '15 at 06:48
  • Yeah, we could do that, but we have more important issues to solve first, anyway - feel free to create a new issue for that - https://github.com/google/google-api-dotnet-client/issues :) – peleyal Apr 20 '15 at 13:33
  • I checked v1.9.0.1340 and I don't see any v3 comment code in there. Was it supposed to be there or will it be included in the next update? Thanks! – NullReference Apr 20 '15 at 21:08
  • That's the latest version of the API. Where is this feature documented in https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/ or in https://developers.google.com/youtube/v3/? – peleyal Apr 20 '15 at 21:35
  • @peleyal The feature is documented here https://developers.google.com/youtube/v3/docs/commentThreads – NullReference Apr 20 '15 at 22:10
  • @peleyal It also looks like the resources are documented here https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1CommentThreadsResource.html – NullReference Apr 20 '15 at 22:34
  • And the API doesn't? It's weird, because the documentation and the code is generated based on the discovery doc (in google api explorer), so if the documentation contains the feature the code should as well. Are you sure? – peleyal Apr 20 '15 at 22:42
  • Argh... nuget was overwriting my updates with a local version. It's there. Thanks! – NullReference Apr 20 '15 at 23:27