forem_openapi_client 1.0.0

Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out [DEV](https://www.dev.to). All endpoints can be accessed with the 'api-key' header and a accept header, but some of them are accessible publicly without authentication. Dates and date times, unless otherwise specified, must be in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format. Generated at 2023-04-10T05:06:38.929104+00:00
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SharedUser

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> |  | [optional]
**username** | Option<**String**> |  | [optional]
**twitter_username** | Option<**String**> |  | [optional]
**github_username** | Option<**String**> |  | [optional]
**website_url** | Option<**String**> |  | [optional]
**profile_image** | Option<**String**> | Profile image (640x640) | [optional]
**profile_image_90** | Option<**String**> | Profile image (90x90) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)