D
DaniWeb Connect API
Details
- URL
-
https://www.daniweb.com/connect/api/v4 - Docs
- https://www.daniweb.com/connect/developers/swagger
Authentication
DaniWeb Connect OAuth application + DaniWeb Connect OAuth application
Authorization: Bearer <credential> discovered Create or sign in to a DaniWeb account, then register an app from Manage Your Apps. The developer docs say you must register your application and then use OAuth 2.0 to obtain access tokens for API calls. During OAuth, use your app's client_id and chosen redirect_uri, send users to https://www.daniweb.com/connect/oauth/auth, and exchange the returned code at https://www.daniweb.com/connect/oauth/access_token for a temporary access token. Access tokens expire after 24 hours according to the docs.
DaniWeb Connect OAuth application + DaniWeb Connect OAuth application
Authorization: Bearer <credential> discovered