lookupEditableSource abstract method

Future<MastodonResponse<StatusSource>> lookupEditableSource({
  1. required String statusId,
})

Obtain the source properties for a status so that it can be edited.

Parameters

  • statusId: The ID of the SOMETHING in the database.

Endpoint Url

  • GET /api/v1/statuses/:id/source HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • read:statuses

Reference

Implementation

Future<MastodonResponse<StatusSource>> lookupEditableSource({
  required String statusId,
});