Sha256: 183b0cd79a3626dd4688a9404d04bf4e0fb1a73ef38ba3c73f0cd418886c77b9
Contents?: true
Size: 421 Bytes
Versions: 7
Compression:
Stored size: 421 Bytes
Contents
module Orkut module Constants module InternalConstants ORKUT_CLIENT_LIB_HEADER = 'X-Orkut-Client-Lib' CONTENT_TYPE ='Content-Type' JSON_CONTENT_TYPE = 'application/json' USERID_ME = '@me' USERID_VIEWER = '@viewer' module Values ALBUMS = 'albums' MEDIAITEMS = 'mediaitems' PUBLIC_MESSAGE = 'public_message' APP = '@app' end end end end
Version data entries
7 entries across 7 versions & 1 rubygems