v1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost method

  1. @deprecated
Future<Response> v1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost({
  1. required String? projectId,
  2. required String? chapterId,
  3. required String? chapterSnapshotId,
  4. String? xiApiKey,
  5. required BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost? body,
})

Stream Chapter Audio @param project_id The ID of the Studio project. @param chapter_id The ID of the chapter. @param chapter_snapshot_id The ID of the chapter snapshot. @param xi-api-key Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.

Implementation

@deprecated
Future<chopper.Response>
v1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost({
  required String? projectId,
  required String? chapterId,
  required String? chapterSnapshotId,
  String? xiApiKey,
  required BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost?
  body,
}) {
  return _v1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost(
    projectId: projectId,
    chapterId: chapterId,
    chapterSnapshotId: chapterSnapshotId,
    xiApiKey: xiApiKey?.toString(),
    body: body,
  );
}