{ "schema_type": "object", "ree_version": "0.1.0", "name": "post_http", "path": "packages/ree_http/package/ree_http/post_http.rb", "mount_as": "fn", "class": "ReeHttp::PostHttp", "factory": null, "methods": [ { "doc": "", "throws": [ ], "return": "Net::HTTPResponse", "args": [ { "arg": "url", "type": "String" }, { "arg": "opts", "type": "Ksplat[:headers? => HashOf[Or[String, Symbol], Or[Integer, String]], :body? => Or[HashOf[Or[Symbol, String], Or[Integer, Float, Bool, String, Hash]], String], :timeout? => Integer, :auth? => Ksplat[:basic? => ReeHttp::BasicAuth], :query_params? => HashOf[Or[String, Symbol], Any], :use_ssl? => Bool]" }, { "arg": "block", "type": "Block" } ] } ], "links": [ { "target": "add_auth", "package_name": "ree_http", "as": "add_auth", "imports": [ ] } ] }