-
Name
-
graphlient
-
Version
-
0.8.0
-
Platform
-
ruby
-
Authors
-
Ashkan Nasseri
-
Bindir
-
bin
-
Date
-
2024-01-06 00:00:00 UTC
-
Dependencies
-
faraday (~> 2.0)
graphql-client (>= 0)
-
Email
-
ashkan.nasseri@gmail.com
-
Files
-
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/danger.yml
.github/workflows/rubocop.yml
.gitignore
.rspec
.rubocop.yml
.rubocop_todo.yml
CHANGELOG.md
CONTRIBUTING.md
Dangerfile
Gemfile
Gemfile.danger
LICENSE
README.md
RELEASING.md
Rakefile
UPGRADING.md
graphlient.gemspec
lib/graphlient.rb
lib/graphlient/adapters.rb
lib/graphlient/adapters/http.rb
lib/graphlient/adapters/http/adapter.rb
lib/graphlient/adapters/http/faraday_adapter.rb
lib/graphlient/adapters/http/http_adapter.rb
lib/graphlient/client.rb
lib/graphlient/errors.rb
lib/graphlient/errors/client_error.rb
lib/graphlient/errors/connection_failed_error.rb
lib/graphlient/errors/error.rb
lib/graphlient/errors/execution_error.rb
lib/graphlient/errors/faraday_server_error.rb
lib/graphlient/errors/graphql_error.rb
lib/graphlient/errors/http_options_error.rb
lib/graphlient/errors/http_server_error.rb
lib/graphlient/errors/server_error.rb
lib/graphlient/errors/timeout_error.rb
lib/graphlient/extensions.rb
lib/graphlient/extensions/query.rb
lib/graphlient/query.rb
lib/graphlient/schema.rb
lib/graphlient/version.rb
spec/graphlient/adapters/http/faraday_adapter_spec.rb
spec/graphlient/adapters/http/http_adapter_spec.rb
spec/graphlient/client_query_spec.rb
spec/graphlient/client_schema_spec.rb
spec/graphlient/extensions/query_spec.rb
spec/graphlient/github_query_spec.rb
spec/graphlient/query_spec.rb
spec/graphlient/schema_spec.rb
spec/graphlient/static_client_query_spec.rb
spec/graphlient/webmock_client_query_spec.rb
spec/spec_helper.rb
spec/support/context/dummy_client.rb
spec/support/context/github_client.rb
spec/support/dummy_app.rb
spec/support/dummy_schema.rb
spec/support/fixtures/github/schema.yml
spec/support/fixtures/github/user.yml
spec/support/fixtures/github/viewer.yml
spec/support/fixtures/invoice_api.json
spec/support/mutations/create_invoice.rb
spec/support/queries/query.rb
spec/support/schema/github.json
spec/support/types/invoice_type.rb
spec/support/types/mutation_type.rb
spec/support/vcr.rb
-
Homepage
-
http://github.com/ashkan18/graphlient
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 1.3.6
-
Rubygems version
-
3.3.7
-
Specification version
-
4
-
Summary
-
A friendlier Ruby client for consuming GraphQL-based APIs.
-
Original platform
-
ruby
-
New platform
-
ruby