Change Updates

Do not miss any crawlora.com API changes, ever again

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

RSS

Jul 26, 2024

main
v1.3.0
Compare
v1.3.0

API structure has changed

11 structure changes including:
2 Breaking changes
5 Additions
4 Modifications
2 Removals
Modified 4
GET /api/v1/plugins
  • Query
  • key, value query parameters Added
GET /api/v1/requests
  • Query
  • key, value query parameters Added
GET /api/v1/requests/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
POST /api/v1/requests
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
Removed 2 Breaking
GET /api/v1/callback/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/callback/{user_id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 5
GET /api/v1/oauth/provider
GET /api/v1/oauth/verify
GET /api/v1/oauth/{provider}/callback
GET /api/v1/oauth/{provider}/login
GET /api/v1/request/sse/{id}