Sha256: 79cf845be9d46d6de10a645ff58667432e39c2145b1688c9e90735ff542d62cf
Contents?: true
Size: 489 Bytes
Versions: 18
Compression:
Stored size: 489 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' USERID_ME_SIMPLE = 'me' COMMENT_KIND = 'orkut#comment' module Values ALBUMS = 'albums' MEDIAITEMS = 'mediaitems' PUBLIC_MESSAGE = 'public_message' APP = '@app' end end end end
Version data entries
18 entries across 18 versions & 1 rubygems