Metadata


Name
attio-ruby
Version
0.1.4
Platform
ruby
Authors
Robert Beene
Bindir
exe
Date
1980-01-02 00:00:00 UTC
Dependencies
faraday (~> 2.0)
faraday-retry (~> 2.0)
ostruct (~> 0.6)
bundler (~> 2.0, development)
rake (~> 13.0, development)
rspec (~> 3.12, development)
webmock (~> 3.18, development)
simplecov (~> 0.22, development)
simplecov-cobertura (~> 2.1, development)
yard (~> 0.9, development)
redcarpet (~> 3.6, development)
rubocop (~> 1.50, development)
rubocop-rspec (~> 2.20, development)
rubocop-performance (~> 1.17, development)
standard (~> 1.28, development)
benchmark-ips (~> 2.12, development)
pry (~> 0.14, development)
pry-byebug (~> 3.10, development)
dotenv (~> 2.8, development)
timecop (~> 0.9, development)
bundle-audit (~> 0.1, development)
brakeman (~> 6.0, development)
Description
A comprehensive Ruby client library for the Attio CRM API with OAuth support, type safety, and extensive test coverage
Email
robert@ismly.com
Files
.rspec
.rubocop.yml
.simplecov
.yardopts
CHANGELOG.md
CONTRIBUTING.md
INTEGRATION_TEST_STATUS.md
LICENSE
README.md
Rakefile
attio-ruby.gemspec
docs/CODECOV_SETUP.md
examples/app_specific_typed_record.md
examples/basic_usage.rb
examples/deals.rb
examples/oauth_flow.rb
examples/oauth_flow_README.md
examples/typed_records_example.rb
examples/webhook_server.rb
lib/attio-ruby.rb
lib/attio.rb
lib/attio/api_resource.rb
lib/attio/builders/name_builder.rb
lib/attio/client.rb
lib/attio/concerns/time_filterable.rb
lib/attio/errors.rb
lib/attio/internal/record.rb
lib/attio/oauth/client.rb
lib/attio/oauth/scope_validator.rb
lib/attio/oauth/token.rb
lib/attio/resources/attribute.rb
lib/attio/resources/comment.rb
lib/attio/resources/company.rb
lib/attio/resources/deal.rb
lib/attio/resources/entry.rb
lib/attio/resources/list.rb
lib/attio/resources/meta.rb
lib/attio/resources/note.rb
lib/attio/resources/object.rb
lib/attio/resources/person.rb
lib/attio/resources/task.rb
lib/attio/resources/thread.rb
lib/attio/resources/typed_record.rb
lib/attio/resources/webhook.rb
lib/attio/resources/workspace_member.rb
lib/attio/util/configuration.rb
lib/attio/util/currency_formatter.rb
lib/attio/util/id_extractor.rb
lib/attio/util/time_period.rb
lib/attio/util/webhook_signature.rb
lib/attio/version.rb
lib/attio/webhook/event.rb
lib/attio/webhook/signature_verifier.rb
Homepage
https://github.com/rbeene/attio_ruby
Licenses
MIT
Metadata
{"allowed_push_host"=>"https://rubygems.org", "homepage_uri"=>"https://github.com/rbeene/attio_ruby", "source_code_uri"=>"https://github.com/rbeene/attio_ruby", "changelog_uri"=>"https://github.com/rbeene/attio_ruby/blob/main/CHANGELOG.md", "documentation_uri"=>"https://rubydoc.info/gems/attio-ruby", "bug_tracker_uri"=>"https://github.com/rbeene/attio_ruby/issues", "rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 3.4.0
Required rubygems version
>= 0
Rubygems version
3.6.8
Specification version
4
Summary
Ruby client library for the Attio API
Original platform
ruby
New platform
ruby