Dev.to integration (Social). Imported from open-connector.
https://dev.to/api/articles
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to fetch. |
| perPage | integer | optional | The number of items per page. |
| tag | string | optional | The tag filter. |
| tags | string | optional | A tag list represented as a string or a string array. |
| tagsExclude | string | optional | A tag list represented as a string or a string array. |
| username | string | optional | The username filter. |
| state | string | optional | The article listing state. |
| top | integer | optional | The top rank limit. |
| collectionId | integer | optional | The collection identifier filter. |
/articles/latest
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to fetch. |
| perPage | integer | optional | The number of items per page. |
/articles/{articleId}
| Param | Type | Required | Description |
|---|---|---|---|
| articleId | integer | required | An article identifier accepted by the Dev.to API. |
/articles/{username}/{slug}
| Param | Type | Required | Description |
|---|---|---|---|
| username | string | required | The article author username. |
| slug | string | required | The article slug. |
/organizations/{organizationUsername}/articles
| Param | Type | Required | Description |
|---|---|---|---|
| organizationUsername | string | required | The organization username. |
| page | integer | optional | The page number to fetch. |
| perPage | integer | optional | The number of items per page. |
/organizations/{organizationUsername}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationUsername | string | required | The organization username. |
/videos
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to fetch. |
| perPage | integer | optional | The number of items per page. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to fetch. |
| perPage | integer | optional | The number of items per page. |
/users/me
/articles/me/unpublished
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to fetch. |
| perPage | integer | optional | The number of items per page. |
| status | string | optional | The article status filter. |