infraway/Medium Post
Pushes markdown post to medium
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | Medium's App ID | yes | — |
| app_secret | Medium's App ID | yes | — |
| access_token | Medium's Access Token | yes | — |
| markdown_file | Markdown post file | yes | — |
| base_url | Base blog's URL. Example: https://myblog | no | "" |
| post_url | Base blog's post URL. Example: https://myblog/posts | no | "" |
| post_status | Post's status. Valid values are 'draft', 'public', or 'unlisted' | no | draft |
| post_license | Post's license. Valid values are 'all-rights-reserved', 'cc-40-by', 'cc-40-by-sa', 'cc-40-by-nd', 'cc-40-by-nc', 'cc-40-by-nc-nd', 'cc-40-by-nc-sa', 'cc-40-zero', 'public-domain' | no | all-rights-reserved |
Outputs
| name | description |
|---|---|
| id | Post medium ID |
| url | Post medium URL |