Skip to content

Commit

Permalink
Revert "Add ModelProperties API"
Browse files Browse the repository at this point in the history
This reverts commit be623d4.
  • Loading branch information
mya-zaki committed May 8, 2023
1 parent 4d047f0 commit 34e8e31
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 197 deletions.
1 change: 0 additions & 1 deletion lib/autodesk/forge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

require_relative 'forge/data_management'
require_relative 'forge/model_derivative'
require_relative 'forge/acc_model_properties'

require 'net/http'
require 'json'
Expand Down
9 changes: 0 additions & 9 deletions lib/autodesk/forge/acc_model_properties.rb

This file was deleted.

33 changes: 0 additions & 33 deletions lib/autodesk/forge/acc_model_properties/index.rb

This file was deleted.

35 changes: 0 additions & 35 deletions lib/autodesk/forge/acc_model_properties/query.rb

This file was deleted.

9 changes: 0 additions & 9 deletions lib/autodesk/forge/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ def get_request(path)

http_client.get(path, headers)
end

def post_request(path, body)
headers = {
Authorization: "Bearer #{@credentials['access_token']}",
"Content-Type" => "application/json"
}

http_client.post(path, body.to_json, headers)
end
end
end
end
42 changes: 0 additions & 42 deletions spec/autodesk/forge/acc_model_properties/index_spec.rb

This file was deleted.

68 changes: 0 additions & 68 deletions spec/autodesk/forge/acc_model_properties/query_spec.rb

This file was deleted.

0 comments on commit 34e8e31

Please sign in to comment.