ehmad11 / netsuite-rest

Make requests to Oracle NetSuite REST Web Services.
MIT License
50 stars 18 forks source link

Small update to use Replace instead of Split #14

Closed Exxili closed 2 years ago

Exxili commented 2 years ago

Updated uri split functionality to just use replace instead - makes code much more tidy - Still left in the If/Else to identify if production or Sandbox

ehmad11 commented 2 years ago

btw we can also simply use base_url to specify sandbox domains?, currently I don't have any sandbox accounts to test but it seems important to have this feature