You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,9 @@ The ImageKit SDK provides a powerful `helper.build_url()` method for generating
99
99
Generate a simple URL without any transformations:
100
100
101
101
```ruby
102
-
require"imagekit"
102
+
require"imagekitio"
103
103
104
-
image_kit =Imagekit::Client.new(
104
+
image_kit =Imagekitio::Client.new(
105
105
private_key:ENV["IMAGEKIT_PRIVATE_KEY"]
106
106
)
107
107
@@ -404,9 +404,9 @@ The SDK provides several helper methods for common ImageKit operations.
404
404
Generate authentication parameters for secure client-side file uploads. These parameters allow you to securely upload files directly from the browser without exposing your private API key:
0 commit comments