brendanhay / gogol

A comprehensive Google Services SDK for Haskell.
Other
281 stars 105 forks source link

Request: Support for Analytics Measurement Protocol #20

Open passy opened 8 years ago

passy commented 8 years ago

Hey!

Love the library. I was wondering if the Analytics Measurement Protocol is something you could add here. It's unauthenticated so I'm not sure if it falls into the same category as the other APIs you generate the bindings for, but I at least wanted to ask. :)

brendanhay commented 8 years ago

The only prerequisite for adding a new API binding is that it is part of the Google Discovery Service, and has a service definition that can be used by the generator.

Unfortunately I can't seem to find a service definition for the Analytics Measurement Protocol - that said, the naming of the services quite often doesn't match up with Google's product offering or documentation, it could possibly be hidden in there somewhere?