Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise V2 API serialize() methods #158

Closed
toconnell opened this issue Nov 27, 2016 · 1 comment
Closed

Revise V2 API serialize() methods #158

toconnell opened this issue Nov 27, 2016 · 1 comment

Comments

@toconnell
Copy link
Owner

A settlement, for example, should look like this:

{
    "meta": {<meta stuff>}, 
    "sheet": <formerly .settlement>, (to include campaign, expansions)
    "user_assets" {
        "survivors": <list of serialized survivors>,
        "players": <list of serialized users>,
     },
    "game_assets": {
       <cursed items, gear, locations, innovations, etc.>, 
     },
}
@toconnell toconnell added this to the V2 Beta Release milestone Nov 27, 2016
@toconnell toconnell changed the title Review V2 API serialize() methods Revise V2 API serialize() methods Nov 27, 2016
@toconnell
Copy link
Owner Author

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant