Rest Operations
Make Rest Calls
Rest calls are first-class citizens of the Journey Programming Language Because makers of corr tool believe that most of the data purpose operations should ideally happen through api and not depend on lower-level details of the application. You can find more details of each operation in the respective sections
- - get : Performing http or https get call
- - post : Performing http or https post call
- - put : Performing http or https put call
- - patch : Performing http or https patch call
- - delete : Performing http or https delete call