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

companies-house

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

companies-house

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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: http://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: http://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'

FAQs

Package last updated on 11 Apr 2011

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