pkbigmarsh / Gen-Con-Buddy-API

1 stars 0 forks source link

All fields need to be nested in an attributes object #9

Closed myasonik closed 7 months ago

myasonik commented 7 months ago

Example response should look like:

data: [
  id: '123',
  type: 'event',
  attributes: {
    name: 'Twilight Imperium',
    gameId: '123',
    // etc
  }
],
// etc

You can compare against https://mirage.gcb.quest/search

You won't see the requests in the network panel because it's using the mock server, but they all get printed out to the console

pkbigmarsh commented 7 months ago

fixed with https://github.com/pkbigmarsh/Gen-Con-Buddy-API/commit/59de253da04f58090f2936ed99d695fc4ac81864