forem_openapi_client 1.0.1

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
# ArticleIndex

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type_of** | **String** |  | 
**id** | **i32** |  | 
**title** | **String** |  | 
**description** | **String** |  | 
**cover_image** | Option<**String**> |  | 
**readable_publish_date** | **String** |  | 
**social_image** | **String** |  | 
**tag_list** | **Vec<String>** |  | 
**tags** | **String** |  | 
**slug** | **String** |  | 
**path** | **String** |  | 
**url** | **String** |  | 
**canonical_url** | **String** |  | 
**positive_reactions_count** | **i32** |  | 
**public_reactions_count** | **i32** |  | 
**created_at** | **String** |  | 
**edited_at** | Option<**String**> |  | 
**crossposted_at** | Option<**String**> |  | 
**published_at** | **String** |  | 
**last_comment_at** | **String** |  | 
**published_timestamp** | **String** | Crossposting or published date time | 
**reading_time_minutes** | **i32** | Reading time, in minutes | 
**user** | [**crate::models::SharedUser**]SharedUser.md |  | 
**flare_tag** | Option<[**crate::models::ArticleFlareTag**]ArticleFlareTag.md> |  | [optional]
**organization** | Option<[**crate::models::SharedOrganization**]SharedOrganization.md> |  | [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)