About 7,560,000 results
Open links in new tab
  1. How to export swagger.json (or yaml) - Stack Overflow

    Then refresh the page and search for the API definition file (swagger.json, swagger.yaml, api-docs or similar) among HTTP requests. You can filter by XHR to narrow down the list.

  2. .def files C/C++ DLLs - Stack Overflow

    Jul 21, 2014 · If you want to actually export a particular api, you need to specify __declspec (dllexport) in the definition of the api and __declspec (dllimport) at the declaration. The advantage of def file is …

  3. Export database schema into SQL file - Stack Overflow

    Is it possible in MS SQL Server 2008 to export database structure into a T-SQL file? I want to export not only tables schema but also primary keys, foreign keys, constraints, indexes, stored procedures, …

  4. azure - How do I generate an OpenAPI definition for an existing ...

    Feb 25, 2025 · Once imported, navigate to the API in API Management. Look for Export API Definition and select OpenAPI (JSON) to download. Thrid Option 3 is to use Microsoft’s Predefined OpenAPI …

  5. Is there a way to retrieve the view definition from a SQL Server using ...

    I'm successfully extracting column definitions from databases hosted on a SQL server using the ADO Connection OpenSchema() call in its various incarnations so I can programmatically recreate those ...

  6. Can I export all my table definitions in a database in Oracle SQL ...

    Mar 13, 2021 · Is there a way I can export all the tables in a database to a file? I know I can grab the definitions individually however the time constraint would be massive.

  7. What is `export type` in Typescript? - Stack Overflow

    export type feline = typeof cat; As far as I know, type is not a built-in basic type, nor it is an interface or class. Actually it looks more like a syntax for aliasing, which however I can't find reference to verify …

  8. sql - Retrieve and output to text files all procedure definitions from ...

    Jul 10, 2023 · Thanks @NickW - you mention executing, I dont want to run the stored procedures, instead export their definitions into a text file (one definition per file). I assume that would need …

  9. Reverse Engineering Crystal Reports Definition Files

    Dec 2, 2008 · Reverse Engineering Crystal Reports Definition Files Asked 17 years ago Modified 6 years, 1 month ago Viewed 12k times

  10. Is there a way to Bulk extract contact details out of Oracle Eloqua's ...

    Oct 4, 2022 · It's a multi-step process with the Bulk API, typically in the following fashion: Get a list of the current internal field names - useful for creating your export definition Create an export definition and …