In a previous post, we introduced Backendless CodeRunner – a debugging utility for custom business logic. Now that you can run your timer code locally using CodeRunner, we’d like to show how you can attach your IDE to the CodeRunner process and debug the code.
In another post, we introduced the feature of server-side API event handlers – a mechanism for injecting custom business logic into Backendless. In this post, we are going to review the process of creating an event handler for User Service APIs using Backendless Console. The User Service APIs include user registration, login, logout, user update,…
There are two types of custom (server-side) business logic supported by Backendless – timers and event handlers. In my previous posts have reviewed the entire process of developing, testing and deploying timers. Now I’m going to focus on event handlers.
This License Agreement (“Agreement”) is a legal contract between you (“Licensee” or “Customer”), as either an individual or a single business entity and Backendless Corp. (“LICENSOR”). THIS SOFTWARE LICENSE AGREEMENT (“AGREEMENT”) IS A BINDING LEGAL AGREEMENT BETWEEN BACKENDLESS CORP. (“LICENSOR”) AND THE CUSTOMER OF THE SOFTWARE (“LICENSEE”).BY CLICKING THE ACCEPT BOX OR BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE…
This License Agreement (“Agreement”) is a legal contract between you (“Licensee” or “Customer”), as either an individual or a single business entity and Backendless Corp. (“LICENSOR”). THIS SOFTWARE LICENSE AGREEMENT (“AGREEMENT”) IS A BINDING LEGAL AGREEMENT BETWEEN BACKENDLESS CORP. (“LICENSOR”) AND THE CUSTOMER OF THE SOFTWARE (“LICENSEE”).BY CLICKING THE ACCEPT BOX OR BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE…
Sometimes (or in some cases, every time) when you invoke a custom API Service, you may need additional information about the context from which the HTTP request was sent/received, such as user or device information. To collect that information, we provide a class called InvocationContext.
In this article, we will show you how to write a service that will backup your application data with a time interval you specify. To do this, we will be using Cloud Code, a JavaScript timer, and the console SDK.
In this edition of Backendless Spotlight, we visit the Pacific Northwest where a group of local leaders has created an app to guide tourists through a historically significant part of Tacoma, Washington, known as Japantown.