Add configuration option to use plain() by default
See original GitHub issueI like restangular, but there are some features I dislike. I don’t like that restangular appends its own methods to the objects and arrays(!). I know this is one of the principle of restangular, but personally I don’t think that its a RIGHT principle.
I like new plain()
method you’ve introduced, but I also would like to see the option to configure it to use it by default, e.g. getList
, get
methods return promise that will contain already a plain object.
Issue Analytics
- State:
- Created 9 years ago
- Reactions:2
- Comments:29 (1 by maintainers)
Top Results From Across the Web
Configuration in ASP.NET Core - Microsoft Learn
In the preceding code, by default, changes to the JSON configuration file after the app has started are read. An alternative approach when...
Read more >Configuring PLAIN - Confluent Documentation
The default implementation of SASL/PLAIN in Kafka specifies usernames and passwords in the JAAS configuration file. You can avoid storing clear passwords on ......
Read more >Setting Configuration Options - Apache Airflow
The first time you run Airflow, it will create a file called airflow.cfg in your $AIRFLOW_HOME directory ( ~/airflow by default). This file...
Read more >MySQL 8.0 Reference Manual :: 4.2.2.2 Using Option Files
A MySQL program started with the --no-defaults option reads no option files other ... Many option files are plain text files, created using...
Read more >git-config Documentation - Git
The default is to use a pager. FILES. By default, git config will read configuration options from multiple files: $(prefix)/ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@daviesgeek Any chance of the new release?
Merged. Will be in a release shortly.