Change Updates

Do not miss any RealWorld API changes, ever again

Subscribe to the RealWorld API changelog to be up to date on recent changes.

RSS

Nov 3, 2021

main
1.0.0
Compare

API structure has changed

17 structure changes including:
2 Breaking changes
2 Additions
13 Modifications
2 Removals
Modified 13
DELETE /articles/{slug}
  • Path
  • slug path parameter Modified
DELETE /articles/{slug}/comments/{id}
  • Path
  • slug, id path parameters Modified
DELETE /articles/{slug}/favorite
  • Path
  • slug path parameter Modified
DELETE /profiles/{username}/follow
  • Path
  • username path parameter Modified
GET /articles
  • Query
  • tag, author, favorited, limit, offset query parameters Modified
GET /articles/feed
  • Query
  • limit, offset query parameters Modified
GET /articles/{slug}
  • Path
  • slug path parameter Modified
GET /articles/{slug}/comments
  • Path
  • slug path parameter Modified
GET /profiles/{username}
  • Path
  • username path parameter Modified
POST /articles/{slug}/comments
  • Path
  • slug path parameter Modified
POST /articles/{slug}/favorite
  • Path
  • slug path parameter Modified
POST /profiles/{username}/follow
  • Path
  • username path parameter Modified
PUT /articles/{slug}
  • Path
  • slug path parameter Modified
Removed 2 Breaking
PUT /users
GET /users
Added 2
PUT /user
GET /user