Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kong/httpsnippet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.7
Choose a base ref
...
head repository: Kong/httpsnippet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.8
Choose a head ref
  • 2 commits
  • 19 files changed
  • 2 contributors

Commits on Oct 1, 2024

  1. correct the casing of Method enums in RestSharp snippets (#366)

    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 #365
    
    use `var` for return "type" of RestSharp request response
    
    The type `IRestResponse` doesn't exist in latest client (version 112)
    
    fixes #367
    michaelgwelch authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d107479 View commit details
    Browse the repository at this point in the history
  2. 3.0.8

    filfreire committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a1bc90 View commit details
    Browse the repository at this point in the history
Loading