cybernetics-library / cybersym

7 stars 0 forks source link

Add API endpoint for getting all attendees planet-relevant data #35

Closed frnsys closed 6 years ago

frnsys commented 6 years ago

e.g /planets

expect JSON in the format:

{
    <id>: {
        "topic_mixture": dict of str -> float
        "color": str
    },
    ....
}