29-35 of 25,100 results
Open links in new tab
  1. OpenAPI Specification - Version 2.0 | Swagger

    Version 2.0 specification defines a set of files required to describe an API. These files can then be used by the Swagger-UI project and Swagger-Codegen. Learn more.

  2. How to mark api parameter as optional for Swagger UI for Web ...

    Dec 27, 2016 · I am using Swagger for WebApi 5.5.3 nuget package for API documentation. In swagger UI it is showing required option for optional parameter. I tried XML comment option in Visual studio. …

  3. Language Guide (proto 3) | Protocol Buffers Documentation

    Covers how to use the proto3 revision of the Protocol Buffers language in your project.

  4. c# - Web Api Required Parameter - Stack Overflow

    May 19, 2017 · Using ASP.NET Web API. Is there a way to automatically return a status code 400 if a parameter is null? I found this question but that is a global solution that is applied to all methods, I …

  5. Web Api validating optional Url with DataAnnotations

    Nov 9, 2017 · Web Api validating optional Url with DataAnnotations Ask Question Asked 8 years, 3 months ago Modified 8 years, 3 months ago

  6. Agent SDK reference - Python - Claude API Docs

    Complete API reference for the Python Agent SDK, including all functions, types, and classes.

  7. API Design: Optional Parameters

    2019-03-26 When we write functions, it's common to want to give the user options to suit a range of use-cases. There are good ways and bad ways of doing it, and this post is going to explore them. # …