EnglishFrenchSpanish

Ad


OnWorks favicon

Restangular download for Linux

Free download Restangular Linux app to run online in Ubuntu online, Fedora online or Debian online

This is the Linux app named Restangular whose latest release can be downloaded as 1.6.1.zip. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named Restangular with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

SCREENSHOTS

Ad


Restangular


DESCRIPTION

Restangular is an AngularJS service that simplifies common GET, POST, DELETE, and UPDATE requests with a minimum of client code. It's a perfect fit for any WebApp that consumes data from a RESTful API. Note This version of Restangular only supports Angular 1. For an Angular 2+ version of Restangular, check out ngx-restangular. It's a separate project with different maintainers, so issues regarding ngx-restangular should be reported over there. Learn Restangular! Try the live demo on plunkr. It uses the same example as the official Angular Javascript Project, but with Restangular! With $resource, you need to write the URL Template. In here, you don't write any urls. You just write the name of the resource you want to fetch and that's it. You don't have to know the URL, the path, or anything to do all of the HTTP operations you want. You can create your own methods to run the operation that you want. The sky is the limit.



Features

  • It uses promises, instead of doing the "magic" filling of objects like $resource, it uses promises
  • As Restangular returns promises, you can return any of the methods in the $routeProvider.resolve and you'll get the real object injected into your controller if you want
  • Restangular doesn't have problem with trailing slashes, additional : in the URL, escaping information, expecting only arrays for getting lists, etc.
  • If you receive from the server some item that has a link to itself, you can use that to query the server instead of writing the URL manually
  • Each time you want to do a request, you can just do it using the object that was returned by Restangular
  • If you have Nested RESTful resources, Restangular can handle them for you


Programming Language

JavaScript



This is an application that can also be fetched from https://sourceforge.net/projects/restangular.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

Ad