what are some good resources to get started with m...
# suitescript
a
what are some good resources to get started with my first RESTlet. The requirements for this would simply be to allow an external client/application to send HTTP requests via OAuth or login/pw (just trying to learn) to my NS instance in which the data sent would be a JSON object which I parse to create custom records. I already have some experience with setting up integrations, users, roles, token based authentication and experience with working with and building upon web services which were already implemented when I first started working with NS. I have worked heavily with a web service which invokes updates to existing records in my NS environment without a restlet - a UE script which uses the runtime module to define the context as 'web services' and the ID of the specific web services user to execute the script actions. Now, I went to setup a Restlet which I can send HTTP requests from an external source then retrieve the data (ie JSON object) and manipulate how I would like in NS