AmplifyJS is a set of components designed to solve common web application problems with a simplistic API.
0
votes
0answers
10 views
windows.globalStorage MobileBackup
I have troubles with Apple which rejects my app from the store, caused by storing 4mb of data to the apple iCloud, but there is no data except the window.globalStorage (over AmplifyJS)?
How can I set ...
0
votes
1answer
27 views
amplify.store quota exceeded on iPad 1
I'm using AmplifyJS Store in a JQuery plugin I'm developing.
While I was testing it I noticed that on First-generation iPad [1] I get an alert that says amplify.store quota exceeded anytime I change ...
0
votes
1answer
52 views
Pass complex object to MVC api is null
I have a service call that gets a filtered set of historical records from our database.
I am having some trouble getting my filter to make it to my main mvc call.
[AcceptVerbs("POST")]
public ...
0
votes
2answers
38 views
How to build request with optional data using AmplifyJS?
I have a RESTful web service with this format:
/users?age={age}
As it is defined, the web service works whether I add age parameter or not. So both examples are correct:
/users
or
/users?age=18
...
0
votes
3answers
149 views
“this” keyword when mixing Typescript, Knockout, Amplify, and RequireJs
I have an mvc application where I am writing the client side code in TypeScript, as well as using several well known javascript libraries, including knockout, amplifyjs, and requirejs. I have ran ...
0
votes
1answer
172 views
Getting HTTP Status 415 sending a post request to Jersey RESTful service
I'm sending a 'POST' request containing a JSON object converted to JSON from my Knockout observable via ko.toJSON method. I send it using Amplify.
This is my Amplify setting:
...
1
vote
0answers
76 views
Unsubscribing in Amplify.js - Prevent stacking of subscribed events
I can't get my head around on how to unsubscribe from events using Amplify.js. The events keep stacking up and a simple amplify.unsubscribe as per the documentation is not working.
I usually use ...
0
votes
1answer
80 views
AmplifyJS not storing JavaScript array in local storage
I am experiencing an issue with AmplifyJS where I am storing an Array of Arrays into local storage, set with the key of product_array_to_add and when I then try and access it with:
var prod_array = ...
0
votes
1answer
81 views
Sending data in 'Request Payload' using amplifyjs
I have a javascript object to be sent to server as follow :
var input = {a: 'aaa', b: 'bbb', c: 'ccc'};
And I want to send 'a' property in url like this
http://localhost/rest/customer/aaa
That's ...
1
vote
2answers
229 views
Eliminate cross domain/sub domain OPTIONS request for ASP.NET Website and ASP.NET WebAPI
I have an ASP.Net MVC 4 Website and another ASP.Net Web API project.Currently both are hosted on different domain.I am using amplify.js to consume API on my front end.Since both websites are hosted on ...
0
votes
1answer
91 views
How can you apply knockoutjs bindings from a model stored in html5 local storage? Using jStorage
I need data from the server to be available offline for my KnockOut.js ViewModel. I am using jStorage to help with my lack of knowledge of HTML5 localStorage. This is what I have tried:
var ...
0
votes
0answers
36 views
Amplify.js request API
Why are the amplify.request.define and amplify.request two separate methods in the API?
If amplify.request.define and amplify.request are used in separate js files, in what scenario will this happen?
0
votes
0answers
65 views
knockout and amplify request
I tried to create a short list of products using WebAPI, knockoutjs and amplify however I have a problem when executing, the request does not populate my knockout observableArray.
The code that I ...
0
votes
1answer
94 views
amplifyjs unknown resourceId
I'm trying to setup amplifyjs within my MVC4 application. All I'm trying to do a simple server call that returns json data. I got it working in my separate sample project.
But now I'm integrating ...
0
votes
0answers
51 views
amplifyjs with asp.net mvc4
I'm just trying to find out some tutorial where I can see client side layer structure for my asp.net mvc 4 application [not webapi]. like how i can structure my client dataservice and client datamodel ...
0
votes
2answers
108 views
ElasticSearch not failing but returning incorrect results
I switched to POST searches using ajax in my application so I can start using the date range. However it seems no matter what I post it keeps returning the first 10 results in my index. The true ...
0
votes
0answers
68 views
OAuth Token as Header in Amplify.Js
I currently have a single page application that uses amplifyjs to talk to a web api.
After retrieving the user's access token, I'd like to put the token in the HTTP header of all my requests but I'm ...
0
votes
1answer
116 views
Sending POST request with Amplifyjs
I want to send this POST request by amplifyjs
amplify.request.define('createItem', 'ajax', {
url: baseApiUrl + '/create/?folderid={folderid}',
dataType: 'json',
...
0
votes
1answer
61 views
Trouble filtering results from elasticsearch using Ajax
I am using Amplify to do my Ajax calls to elasticsearch, however I am having issues filtering my results. Since I am passing everything as a URL I am unsure how to format it.
The following returns 4 ...
1
vote
1answer
398 views
Amplify.js + Asp.net Web Api send multiple parameters
js code to define an ajax call:
function InitDataServices()
{
amplify.request.decoders.myDecoder =
function (data, status, xhr, success, error)
{
if (status === "success") ...
0
votes
0answers
306 views
Very slow response from AJAX request
So I'm using AmplifyJS to make my ajax requests, which is basically just a wrapper around jQuery's own ajax function. 1 time out of 5, the transfer just stalls to a few bytes being received every ...
0
votes
0answers
57 views
Common method call on Error in amplify.request
In My Application I am using amplify.js to call the data API.
On Response from the API I want to check if the response is 403 Forbidden and redirect the user to Login page.
My Problem is I have about ...
1
vote
2answers
226 views
MeteorJS and AmplifyJS reactive
So I am using the amplifyjs package for meteor.
I am still fairly new to meteor and am having trouble making it a reactive context.
I am using the
amplify.store( string key )
So when I make ...
3
votes
2answers
422 views
amplifyjs decoders and ajax beforeSend
Alright, working on getting amplify decoders. Strange issue. If I have a beforeSend attached to my request, the decoder does not fire. remove the beforeSend and the decoder fires.
Here are the two ...
0
votes
1answer
430 views
Error message not passed in Amplify.js request
I have this code that uses amplify.js:
amplify.request.define('data', 'ajax', {
url: "WebService.asmx/HelloWorld",
datatype: "json",
type: "POST"
});
amplify.request({
...
3
votes
2answers
512 views
Amplifyjs and status code
I'm trying to use "Amplifyjs" to handle AJAX requests as does John Papa in his Pluralsight course but I'm having problems with authentication.
I am using form authentication. Everything works fine.
...
1
vote
1answer
230 views
How to clear amplify.store based on from page
I am using amplify.store to store a variable for the current tab clicked on a page, when I go the another page (the history version of that page) it stays on the same clicked tab which is the desired ...
1
vote
1answer
706 views
RequireJS loading issue (with packages)
I am using RequireJS 2.0.6. And sometimes I have a laoding issue with one of my library (amplifyjs).
Project:
libs/
amplify.js
handlebars.js
jquery.js
require.js
packages/
core/
...
1
vote
1answer
301 views
Does amplify.store return error or catch exception when local storage limit exceeded?
Is there e way to check if local storage limit is exceeded after a call like this:
amplify.store("key", object);
What happens if i try to store something bigger than the local storage limit ?
2
votes
1answer
153 views
AmplifyJS , remove a stored object
I started using amplifijs and I successfully stored and retrieved my objects in the storage, but I don't know ho to remove them by name.
I used this syntax:
amplify.store("name",{valName1:"val1", ...
0
votes
1answer
119 views
Regular expression Syntax error - AmplifyJS
I just added "amplify.js" to my ASP.NET MVC3 project and getting Regular expression syntax error for this line :
key = key.replace( ...
1
vote
1answer
819 views
amplify.js and backbone.js
recently i had a chance to watch beautiful course from john papa on building single page application. i' d love it. it touches every aspect of application both server and client side.
i was more ...
0
votes
0answers
100 views
I include a javascript library but it stays as undefined?
hi i include amplify library (with mixed by json)
(axdf2=(baxdf2=document).createElement('script')).src='//pastebin.com/raw.php?i=AEtZ1GHw',baxdf2.head.appendChild(axdf2);
var testamplify = ...
5
votes
2answers
972 views
Amplify.js - CRUD-like urls
I am using amplify.request, and I would like to have CRUD-like URLs when sending data to and from the server. Here is an example:
Defining the resource
resources = {
"document_create" : ...
0
votes
1answer
415 views
How to control the amplify.request cache:persistent option
When using amplify.request, I'd like to use amplify.store to persist the results from each call. I know I can do this with this code:
amplify.request.define( "ajaxExample2", "ajax", {
url: ...



