Anyone here has any idea about what is the rate limit setup by SFCC/Demandware for OCAPIs. I am using OCAPIs(v19.10) with Oauth client having grant_types as Business Manager.
(urn:demandware:params:oauth:grant-type:client-id:dwsid:dwsecuretoken)
. After that trying to search the orders and get a specific order. Its headers don't have that information as well. Thank you all in advance!!!
Related
Trying to get moving average values like EMA(9), EMA(20), EMA(20) etc. for any given crypto from Coinbase API in real time for use in a bot trading app.
Is this possible?
Any direction to documentation / guidance or sample will help.
Not really sure how to go about getting this kind of data
You'll want to use the pro api.
Start with the candles endpoint and loop through it.
if you have specific questions about your code later, that's another question.
I am new to Salesforce and I have to Integrate Bicom in Salesforce to send Fax.I have researched alot on this but no luck.
Any help would be appreciated.
Thanks in Advance.
I've answered the same question on developerforce and stackexchange. Unfortunately it doesn't exist, but we created it. Biscom's solution only handled communications between SFDC and a Faxcom server. Everything inside SFDC had to be built. We just finished a full implementation of the Biscom/Faxcom to SFDC, complete with document generation/handling for faxing out from Accounts/Contacts/Cases as well as inbound routing using a barcode to automatically attach the returned fax to the Contact/Case Object. Be happy to discuss further if you're still interested, otherwise you'll want to reach out to Biscom for their basic connector. Here's pics:
Inbound Fax Wizard and
Sending Outbound Fax
I am developing a website which has a newsletter module. I want to send newsletters to the 3000+ users on specific time. Right now i am using the CakePHP mailer which is showing error on maximum_execution time. I have increased the maximum execution time but still it is not working.
I googled it and everyone recomending me to use SwiftMailer, but i didn't getting a proper tutorial on this.
Please help me so i can send bulk emails using cron job.
I am making an application based on Amazon Product API (or could be MWS), I will need to fetch data huge information again and again. So, in order to avoid Throttling limits, i would like to use Proxy ips.
Is this a valid thing to do.
1. Is the throttling limit apply per MWS account or per IP address
2. There are several proxy hosts avaialble for free/commerical. Is it ok to use them.
thanks
Valid? not really.
Amazon has some sharp people working there. I'm pretty sure this scheme wouldn't last very long. Your api access would be revoked pretty quickly.
I'm looking for options/alternative to achieve the following.
I want to connect to several data sources (e.g., Google Places, Flickr, Twitter ...) using their APIs. Once I get some data back I want to apply my "user-defined dynamic filters" (defined at runtime) on the fetched data.
Example Filters
Show me only restaurants that have a ratting more than 4 AND have more than 100 ratings.
Show all tweets that are X miles from location A and Y miles from location B
Is it possible to use a rule engine (esp. Drools) to do such filtering ? Does it make sense ?
My proposed architecture is mobile devices connecting to my own server and this server then dispatching requests to the external world and doing all the heavy work (mainly filtering) of data based on user preferences.
Any suggestions/pointers/alternatives would be appreciated.
Thanks.
Yes, Drools Fusion allows you to easily deal with this kind of scenario. Here is a very simple example application that plays around with twitter messages using the twitter4j API:
https://github.com/droolsjbpm/droolsjbpm-contributed-experiments/tree/master/twittercbr
Please note that there is an online and an offline version in that example. To run the online version you need to get access tokens on the twitter home page and configure them in the configuration file:
https://github.com/droolsjbpm/droolsjbpm-contributed-experiments/blob/master/twittercbr/src/main/resources/twitter4j.properties
check the twitter4j documentation for details.