riperiperi / FreeSO

Re-implementation of The Sims Online.
http://freeso.org
Mozilla Public License 2.0
803 stars 95 forks source link

Public API Additions #259

Open TheGreatCodeholio opened 1 year ago

TheGreatCodeholio commented 1 year ago

I would love to see an implementation of the daily money object % list and any newspaper articles able to be queried from the public API.

userapi/news/objects

returns a json

{"0": 75, "1": 150, }

Where each number represents a money object definition. 0 is writers, 1 is easels etc

userapi/news/articles returns json

{ "0": {"title": "article title", "body": "body text", "created_date": epochtimestamp } }