ruby-ambassador
ruby-ambassador copied to clipboard
Ambassador API v2 wrapper for Ruby
Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. Release notes Sourced from activesupport's releases. 6.0.3.7 Active Support No changes. Active Model No changes. Active Record No changes. Action...
How do I make a SSO link using this library? The [documentation](https://docs.getambassador.com/docs/single-sign-on) mentions creating a signature, how is that done? Thanks!
Hey guys, this PR adds support for the `multi_record` method in Events. I also had to change gem dependency versions due to conflicts with other gems I use in my...
when api returns 404 the base.rb raises a RecordNotFound exception probably return nil is a better return value for Ambassador::Find Call , when auto_create is 0 @chaselee what do you...