Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct RestSharp snippets (return type and Method enum) #366

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Sep 15, 2024

  1. correct the casing of Method enums in RestSharp snippets

    Ensure that code snippets use enum members that are pascal cased and
    not upper cased. For example use `Method.Get` instead of `Method.GET` to
    ensure the snippets can compile.
    
    fixes Kong#365
    
    use `var` for return "type" of RestSharp request response
    
    The type `IRestResponse` doesn't exist in latest client (version 112)
    
    fixes Kong#367
    michaelgwelch committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    17d38fa View commit details
    Browse the repository at this point in the history