README.md in crunchbase4-0.2.0 vs README.md in crunchbase4-0.2.1

- old
+ new

@@ -1,8 +1,8 @@ -# Crunchbase +# Crunchbase4 -Crunchbase is a ruby wrapper based on Crunchbase V4 API. it provides easy to get the API data by each endpoint. [CB v4 DOC](https://app.swaggerhub.com/apis/Crunchbase/crunchbase-enterprise_api/1.0.1) +Crunchbase4 is a ruby wrapper based on Crunchbase V4 API, it provides easy to get the API data by each endpoint. [Crunchbase Enterprise API, 2021-07-16](https://app.swaggerhub.com/apis/Crunchbase/crunchbase-enterprise_api/1.0.3) [![Gem Version](https://badge.fury.io/rb/crunchbase4.svg)](https://badge.fury.io/rb/crunchbase4) [![Build Status](https://travis-ci.org/ekohe/crunchbase4.svg?branch=master)](https://travis-ci.org/ekohe/crunchbase4) ## Installation @@ -21,10 +21,22 @@ $ gem install crunchbase4 ## Getting Started +#### Crunchbase API Infos + +- Title: Crunchbase Enterprise API +- Last Updated Date: 2021-07-16 +- Servers URL: https://api.crunchbase.com/api/v4 +- API Reference doc: https://data.crunchbase.com/docs +- Tags + - Autocomplete + - Deleted Entities + - Entity + - Search + #### Configure your certificate for API ```ruby require 'crunchbase' @@ -151,11 +163,11 @@ #### Get the organization data ```ruby pry(main)> response = client.organization('ekohe') => #<Crunchbase::Models::Organization:0x00007fbc5cfdf2f8 - @categories=["Apps", "Artificial Intelligence", "Big Data", "E-Commerce", "Enterprise Software", "FinTech", "iOS", "Retail", "UX Design"], + @categories=["Apps", "Artificial Intelligence", "Big Data", "Blockchain", "Cryptocurrency", "Enterprise Software", "iOS", "Machine Learning", "Retail", "UX Design"], @category_groups=["Apps", "Artificial Intelligence", "Commerce and Shopping", "Data and Analytics", "Design", "Financial Services", "Mobile", "Platforms", "Science and Engineering", "Software"], @company_type="for_profit", @contact_email="info@ekohe.com", @created_at="2013-05-14T14:28:38Z", ... @@ -199,10 +211,10 @@ @created_at="2020-04-02T12:17:59Z", @entity_def_id="funding_round", @funded_organization_categories=nil, @funded_organization_description="Facebook is an online social networking service that enables its users to connect with friends and family.", @funded_organization_funding_stage="ipo", - @funded_organization_funding_total=2335700000, + @funded_organization_funding_total=16122817488, @funded_organization_identifier="Facebook", @funded_organization_location=["Menlo Park", "California", "United States", "North America"], @funded_organization_revenue_range="r_10000000", ....> pry(main)> response.name