Fetches README from GitHub and returns as text/plain, if readme_url is set.
readme_url
cURL
curl --request GET \ --url https://api.altostrat.io/community-scripts/{id}.md \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ULID of the script
README content
The response is of type string.
string
Was this page helpful?