You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*AuthenticationUsersApi* | [**loginUser**](docs/AuthenticationUsersApi.md#loginUser) | **POST** /v2/auth/login | Authenticate a user
119
119
*BinariesApi* | [**downloadZippedBinary**](docs/BinariesApi.md#downloadZippedBinary) | **GET** /v2/binaries/{binary_id}/download-zipped | Downloads a zipped binary with password protection
120
120
*BinariesApi* | [**getBinaryAdditionalDetails**](docs/BinariesApi.md#getBinaryAdditionalDetails) | **GET** /v2/binaries/{binary_id}/additional-details | Gets the additional details of a binary
121
+
*BinariesApi* | [**getBinaryAdditionalDetailsStatus**](docs/BinariesApi.md#getBinaryAdditionalDetailsStatus) | **GET** /v2/binaries/{binary_id}/additional-details/status | Gets the status of the additional details task for a binary
121
122
*BinariesApi* | [**getBinaryDetails**](docs/BinariesApi.md#getBinaryDetails) | **GET** /v2/binaries/{binary_id}/details | Gets the details of a binary
122
123
*BinariesApi* | [**getBinaryDieInfo**](docs/BinariesApi.md#getBinaryDieInfo) | **GET** /v2/binaries/{binary_id}/die-info | Gets the die info of a binary
123
124
*BinariesApi* | [**getBinaryExternals**](docs/BinariesApi.md#getBinaryExternals) | **GET** /v2/binaries/{binary_id}/externals | Gets the external details of a binary
125
+
*BinariesApi* | [**getBinaryRelatedStatus**](docs/BinariesApi.md#getBinaryRelatedStatus) | **GET** /v2/binaries/{binary_id}/related/status | Gets the status of the unpack binary task for a binary
124
126
*BinariesApi* | [**getRelatedBinaries**](docs/BinariesApi.md#getRelatedBinaries) | **GET** /v2/binaries/{binary_id}/related | Gets the related binaries of a binary.
125
127
*CollectionsApi* | [**createCollection**](docs/CollectionsApi.md#createCollection) | **POST** /v2/collections | Creates new collection information
126
128
*CollectionsApi* | [**deleteCollection**](docs/CollectionsApi.md#deleteCollection) | **DELETE** /v2/collections/{collection_id} | Deletes a collection
Copy file name to clipboardExpand all lines: docs/BinariesApi.md
+138Lines changed: 138 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,11 @@ All URIs are relative to *https://api.reveng.ai*
6
6
|------------- | ------------- | -------------|
7
7
|[**downloadZippedBinary**](BinariesApi.md#downloadZippedBinary)|**GET** /v2/binaries/{binary_id}/download-zipped | Downloads a zipped binary with password protection |
8
8
|[**getBinaryAdditionalDetails**](BinariesApi.md#getBinaryAdditionalDetails)|**GET** /v2/binaries/{binary_id}/additional-details | Gets the additional details of a binary |
9
+
|[**getBinaryAdditionalDetailsStatus**](BinariesApi.md#getBinaryAdditionalDetailsStatus)|**GET** /v2/binaries/{binary_id}/additional-details/status | Gets the status of the additional details task for a binary |
9
10
|[**getBinaryDetails**](BinariesApi.md#getBinaryDetails)|**GET** /v2/binaries/{binary_id}/details | Gets the details of a binary |
10
11
|[**getBinaryDieInfo**](BinariesApi.md#getBinaryDieInfo)|**GET** /v2/binaries/{binary_id}/die-info | Gets the die info of a binary |
11
12
|[**getBinaryExternals**](BinariesApi.md#getBinaryExternals)|**GET** /v2/binaries/{binary_id}/externals | Gets the external details of a binary |
13
+
|[**getBinaryRelatedStatus**](BinariesApi.md#getBinaryRelatedStatus)|**GET** /v2/binaries/{binary_id}/related/status | Gets the status of the unpack binary task for a binary |
12
14
|[**getRelatedBinaries**](BinariesApi.md#getRelatedBinaries)|**GET** /v2/binaries/{binary_id}/related | Gets the related binaries of a binary. |
0 commit comments