ios - Using Google's ServiceGenerator to build the YouTube v3 API wrapper -
i'm trying build google's generated classes interacting youtube v3 data api. downloaded toolkit here:
https://code.google.com/p/google-api-objectivec-client/ i build "servicegenerator" can't figure out i'm supposed pass it. doesn't work. documentation tool minimal while google's documentation overall rather immense i'm having trouble tracking down.
my-computer% ./servicegenerator https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest --outputdir generatedyoutubeapi --verbose =============================================================================== generation settings: output directory: /svn/google-api-objectivec-client-read-only/generatedyoutubeapi discovery rpc url: https://www.googleapis.com/rpc?prettyprint=false flags: + use service name directory: no + remove unknown files: no + add 'generated' directory: no + allow rooturl overrides: yes loading api urls(s): + fetching https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest error: api description doesn't appear discovery rpc description generating: writing: - no changes on disk.
https://code.google.com/p/google-api-objectivec-client/ have sources you'd need. don't need generate yourself.
happy if there ungenerated lib.
Comments
Post a Comment