-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
20 lines (15 loc) · 867 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
== HealthVaultRubyLib
Please refer to bin/example.rb as a quick introduction.
The RDoc documentation provides basic but helpful api specifications for the
generated HealthVault classes.
When using as a gem:
require 'healthvault'
KNOWN ISSUES:
- First and foremost a lack of test code. This is something that drastically needs to be addressed
- PFX certificates do not load properly on Windows, they must be a pem
- TestServer doesn't open a browser on Windows when running with JRuby
- Validation of SimpleTypes and ComplexTypes is not implemented
- All XSD base types including numbers (like 'int') are represented as String
- HealthVault 'versions' of Things are loosely supported , versions of methods are not support
- When parsing a response that is defined to contain 'any' value, the parser
will only try to guess if its a Thing, otherwise it will skip