This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
LICENSE | ||
| |
Manifest | ||
| |
README | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
companies-house.yml.example | ||
| |
init.rb | ||
| |
lib/ | ||
| |
spec/ |
README.rdoc
Ruby API to UK Companies House XML Gateway.
Companies House XML Gateway
The Companies House XML Gateway offers electronic access to a core range of company information from Companies House Databases. The service is accessible online over the internet by authorised XML Gateway customers.
For more details about the Companies House XML Gateway, including how to become a registered user see: xmlgw.companieshouse.gov.uk/
Disclaimer
The companies-house rubygem has been developed independently of Companies House. It is in no way authorized or supported by Companies House.
Example usage:
Note usage requires you have a registered account with Companies House: xmlgw.companieshouse.gov.uk/faq.shtml#hdiafaxga
require 'rubygems' require 'companies-house' CompaniesHouse.sender_id = 'XMLGatewayTestUserID' CompaniesHouse.password = 'password' x = CompaniesHouse.name_search 'Canonical' x = CompaniesHouse.number_search '05276648' x = CompaniesHouse.company_details '05276648'








