Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ews-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ews-api

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= ews-api

Exchange Web Services API.

== Configuration

Set the endpoint

EWS::Service.endpoint :uri => 'https://example.com/ews/exchange.asmx', :version => 1

Set the credentials if the service requires autentication. NTLM is known to work.

EWS::Service.set_auth 'testuser', 'xxxxxx'

== Testing

Typically it isn't a good idea for tests to depend on external resources. This project is in its early days and I am new to EWS. So as to make it easier to implement the service the tests depend on connecting to EWS.

If +spec/test-config+ exists it will be loaded and the +EWS::Service+ will be configured.

The config file is ignored via +.gitignore+.

=== Example +spec/test-config.yml+

Example spec/test-config.yml

endpoint: :uri: 'https://localhost/ews/exchange.asmx' :version: 1 username: testuser password: xxxxxx

== Copyright

Copyright (c) 2009 Jeremy Burks. See LICENSE for details.

FAQs

Package last updated on 26 Jan 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc