Skip to content

Commit de7a2f2

Browse files
Ashutosh619-sudoAshutosh619-sudo
andauthored
Feat: Remove minor version completely (#44)
Co-authored-by: Ashutosh619-sudo <ashutosh.s@fyle.com>
1 parent 55849b2 commit de7a2f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qbosdk/apis/employees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Employees(ApiBase):
1010
"""Class for Categories APIs."""
1111

1212
GET_EMPLOYEES = '/query?query=select * from Employee STARTPOSITION {0} MAXRESULTS 1000'
13-
POST_EMPLOYEE = '/employee?minorversion=38'
13+
POST_EMPLOYEE = '/employee'
1414
COUNT_EMPLOYEES = '/query?query=select count(*) from Employee where Active = True'
1515

1616
def get(self):

qbosdk/apis/preferences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Preferences(ApiBase):
88
"""Class for Categories APIs."""
99

10-
GET_PREFERENCES = '/preferences?minorversion=62'
10+
GET_PREFERENCES = '/preferences'
1111

1212
def get(self):
1313
"""Get a list of the existing Preferences in the Organization.

0 commit comments

Comments
 (0)