Difference between revisions of "Protocols/AOL/Midas/Megaphone"

From NINA Wiki
Jump to navigation Jump to search
(Created page with "Megaphone is the API and system developed in-house by AOL to be used exclusively with the chat system for AOL Desktop Gold. == Backend Language == Megaphone is completely cod...")
 
m (Rewording the 2nd sentence in "Backend Language")
Line 2: Line 2:
  
 
== Backend Language ==
 
== Backend Language ==
Megaphone is completely coded in JS or Javascript. When a user accesses AOL Desktop Gold and goes to access the chat system, Megaphone is what powers it. Megaphone is loaded in the client as a minified version of itself, presumably so they can protect their code.
+
Megaphone is completely coded in JS or Javascript. When a user accesses AOL Desktop Gold and goes to access the chat system, Megaphone is what powers it. Megaphone is loaded in the client as a minified version of itself, this is so the file size will be smaller.
  
 
== POST Requests ==
 
== POST Requests ==

Revision as of 20:01, 4 December 2020

Megaphone is the API and system developed in-house by AOL to be used exclusively with the chat system for AOL Desktop Gold.

Backend Language

Megaphone is completely coded in JS or Javascript. When a user accesses AOL Desktop Gold and goes to access the chat system, Megaphone is what powers it. Megaphone is loaded in the client as a minified version of itself, this is so the file size will be smaller.

POST Requests

api/v1/categories

This allows to get the chat categories available.


Request parameters: “locale”: The language that you would like results to be displayed in.

Response: A list of categories.