Change Updates

Do not miss any LovassyApp - Blueboard API changes, ever again

Subscribe to the LovassyApp - Blueboard API changelog to be up to date on recent changes.

RSS

Jan 13, 2024

master
v4.0.0
Compare

API structure has changed

11 structure changes including:
2 Breaking changes
4 Additions
5 Modifications
2 Removals
Modified 5 Breaking
GET /Api/ImageVotingChoices/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • imageVoting property Modified
GET /Api/ImageVotingEntries
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /Api/ImageVotingEntries/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • incrementType property Added
GET /Api/ImageVotingEntryImages
  • Body
  • application/json, text/json content types Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • ImageVotingId query parameter Added
GET /Api/ImageVotings/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • aspects property Modified
Removed 2 Breaking
POST /Api/ImageVotingEntries/{id}/Choose
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /Api/ImageVotingEntries/{id}/Unchoose
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 4
DELETE /Api/ImageVotingEntries/{id}/Choice
DELETE /Api/ImageVotingEntries/{id}/Increment
POST /Api/ImageVotingEntries/{id}/Choice
POST /Api/ImageVotingEntries/{id}/Increment