{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 D1 API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "D1", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List D1 Databases", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/d1/database", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Returns a list of D1 databases." }, { "info": { "name": "APIs.io Engineering Platform Create D1 Database", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/d1/database", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the created D1 database." }, { "info": { "name": "APIs.io Engineering Platform Get D1 Database", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/d1/database/:database_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "database_id", "value": "", "type": "path" } ] }, "docs": "Returns the specified D1 database." }, { "info": { "name": "APIs.io Engineering Platform Delete D1 Database", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/d1/database/:database_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "database_id", "value": "", "type": "path" } ] }, "docs": "Deletes the specified D1 database." }, { "info": { "name": "APIs.io Engineering Platform Export D1 Database as SQL", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/d1/database/:database_id/export", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "database_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a URL where the SQL contents of your D1 can be downloaded. Note: this process may take\nsome time for larger DBs, during which your D1 will be unavailable to serve queries. To avoid\nblocking your DB unnecessarily, an in-progress export must be continually polled or will automatically cancel.\n" }, { "info": { "name": "APIs.io Engineering Platform Import SQL into your D1 Database", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/d1/database/:database_id/import", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "database_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generates a temporary URL for uploading an SQL file to, then instructing the D1 to import it\nand polling it for status updates. Imports block the D1 for their duration.\n" }, { "info": { "name": "APIs.io Engineering Platform Query D1 Database", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/d1/database/:database_id/query", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "database_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the query result as an object." }, { "info": { "name": "APIs.io Engineering Platform Raw D1 Database query", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/d1/database/:database_id/raw", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "database_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the query result rows as arrays rather than objects. This is a performance-optimized version of the /query endpoint." } ] } ], "bundled": true }