Mission: **CRUD ROOKIE** Task: **Add Object With API**

Mission: CRUD ROOKIE
Task: Add Object With API
Not sure how to connect to the client
Error: “Backendless” not recognized

Hello @Panos_Marinopoulos

Which language do you use? Depending on the language, you need a suited Backendless package.

Here you could see a documentation for JS client side setup - Client-side Setup - Backendless SDK for JavaScript API Documentation

I am using Javascript, and I have installed the package using npm, but it Isn’t seeming to be working.
I am getting a reference error “Backendless is not defined”

Hello, @Panos_Marinopoulos

Have you initialized the SDK as shown in the following section of the documentation?

The client application must initialize the SDK with one of the approaches shown below.

Regards,
Serhiy