Discussions
Remove file list from FormData in Angular JS
var request = {
method: 'POST',
url: rootDir + abc/ffft',
data: formdata,
headers: {
'Content-Type': undefined
},
success: (function (d) {
Free time activity
Salutations everyone, I'm actively seeking methods to supplement my income during my leisure hours while prioritizing a stress-free approach. However, I'm currently at a loss regarding the most appropriate courses of action. My primary aim is to navigate this journey without experiencing excessive pressure while steadily increasing my financial resources. Might I request your assistance in brainstorming some suggestions and feasible options to assist me in this endeavor?
Transform server response to match schema.
Hi Jason,
Handling form-data
Hello there! First of all, thank you for this awesome project. Really helpful to have a convenient model layer in the AngularJS world.
Nested endpoint with shared id
I am attempting to use an API that has the following endpoint layout. I'm not sure how to define the resources in js-data to match it.
Data caching
Hi,
json request suffix
How can you set a .json suffix to all requests? Like in restangular: https://github.com/mgonto/restangular#setrequestsuffix
Customizing HTTP Api
The API of our server is a bit different from your conventions, a typical query will look like this: www.myurl.com/contact.json?$filter=id eq 1
Is writing a completely new adapter the only way to accomplish this, or are there any hooks to customize standard DSHttpAdapter's url parsing?
Create nested resources trough parent
Is there a way to create associated records through the parent? Like in rails (http://api.rubyonrails.org/classes/ActiveRecord/NestedAttributes/ClassMethods.html)
Relations get not saved in object reference
Hi,