File tree 3 files changed +11
-2
lines changed
hubspot/discovery/crm/objects
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-python/compare/v4.0.1...HEAD )
8
+ ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-python/compare/v4.0.2...HEAD )
9
+
10
+ ## [ 4.0.2] ( https://github.com/HubSpot/hubspot-api-python/compare/v4.0.1...v4.0.1 ) - 2021-11-03
11
+
12
+ ### Added
13
+
14
+ - crm.objects.get_all() method
9
15
10
16
## [ 4.0.1] ( https://github.com/HubSpot/hubspot-api-python/compare/v4.0.0...v4.0.1 ) - 2021-10-07
11
17
Original file line number Diff line number Diff line change 1
- 4.0.1
1
+ 4.0.2
Original file line number Diff line number Diff line change @@ -27,3 +27,6 @@ def gdpr_api(self) -> api_client.GDPRApi:
27
27
@property
28
28
def feedback_submissions (self ):
29
29
return FeedbackSubmissionsDiscovery (self .config )
30
+
31
+ def get_all (self , ** kwargs ):
32
+ return fetch_all (self .basic_api , ** kwargs )
You can’t perform that action at this time.
0 commit comments