Skip to content

Releases: tanaikech/BatchRequest

v1.2.3

27 Mar 09:05
Compare
Choose a tag to compare
  • v1.2.3 (March 27, 2023)

    1. A bug was removed.

v1.2.2

27 Mar 08:19
Compare
Choose a tag to compare
  • v1.2.2 (March 27, 2023)

    1. A bug was removed.

v1.2.1

08 Mar 02:10
Compare
Choose a tag to compare
  • v1.2.1 (March 8, 2023)

    1. An option of exportDataAsBlob was added to the request object to the method of EDo(). Ref When this option is used, the response values from the batch requests are returned as Blob. By this, for example, when you export Google Spreadsheet as PDF data using the batch requests, the PDF data can be retrieved as Blob.

v1.2.0

30 Sep 06:47
Compare
Choose a tag to compare
  • v1.2.0 (September 30, 2022)

    1. A new method of getBatchPath(name, version) was added. On August 12, 2020, in order to use batch requests, the batch path is required to be used to the endpoint of the batch requests. This method can simply retrieve the batch path from the name of Google API. And, the retrieved batch path can be used in Do(object) and EDo(object) methods.

v1.1.4

30 Sep 06:46
Compare
Choose a tag to compare
  • v1.1.4 (March 13, 2021)

    1. By a pull request, the inputted request is used as the call by value instead of the call by reference. It's like this.p = p_.requests.slice();.