-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aaron Valdovinos edited this page Dec 16, 2024
·
6 revisions
Welcome to the shirobnb wiki!
API Documentation as well as examples of bodies and responses are in the read me!
Redux State Pseudocode:
All data will be normalized, such that an array like const example = [{id: 1, key: 'value'}, {id: 2, key: 'value}] will instead be an object where the array entries will be paired with a key of their own id like: const exampleObj = {1: {key: 'value'}, 2: {key: 'value'}}