Expand description
File resource types and methods mirroring the JS SDK’s resources/file.ts.
Structs§
- File
Content - The content of a file as returned by the API.
- File
Info - Information about a single file.
- File
List Params - Query parameters for listing files.
- File
Node - A node in a directory listing returned by
GET /file. - File
Patch - A structured patch describing changes between two file versions.
- File
Patch Hunk - A single hunk in a structured patch.
- File
Read Params - Query parameters for reading a file.
- File
Resource - Accessor for the
/fileendpoints.
Enums§
- File
Content Type - The content type of a file.
- File
Node Type - The type of a node in a directory listing.
- File
Status - The status of a file in the project.
Type Aliases§
- File
Status Response - Response type for the file status endpoint.