Demitri Morgan

Results 6 issues of Demitri Morgan

Steps to reproduce: 1. Run `asdf install elixir 1.9` and `asdf global elixir 1.9` 2. Change into to any Elixir project directory 3. Run `mix deps.get` The command will run...

#86 was about the team membership API not working with `rput`. While this is expected, the docs state: > They can still be used with the basic get, post, put...

documentation

In the section [Using HTTP client library features](https://pagerduty.github.io/pdpyras/#using-http-client-library-features) there's no mention of how `APISession` itself is a child class of `requests.Session`. This could be an opportunity to both point this...

documentation

* property "debug" and new constructor keyword argument which enables verbose CLI output

The latest release, `0.11.2`, elicits the following error in Ruby 3.1.2 ``` NoMethodError: undefined method `unescape' for URI:Module @path = URI.unescape(path).split(/\//) ^^^^^^^^^ # /home/********/.rubygems/gems/http_router-0.11.2/lib/http_router/request.rb:10:in `initialize' ``` The issue is already...

**Description:** If `PUT`, and `json` is a list, limit the list size to 250. **Justification:** This will prevent the client from making unnecessary HTTP requests that are expected to elicit...