Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 5e16016

Browse files
author
Caitlin Bales (MSFT)
authored
Add SDK Version to requests
1 parent e3c1285 commit 5e16016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/odata/request.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ def initialize(method = :get, uri = '', data = nil)
1010
@uri = URI(uri)
1111
@data = data
1212
@headers = {
13-
'Content-Type' => 'application/json'
13+
'Content-Type' => 'application/json',
14+
'SdkVersion' => 'Graph-ruby-0.1.0'
1415
}
1516
end
1617

0 commit comments

Comments
 (0)