Intershop Enfinity Suite 6 API specs / docs / info [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
we're working with a client who's parent company is using intershop enfinity 6 as a shopping platform with each sub-brand using their own shops, but they are connected to the "mothership" via some form of api.
now i am facing several problems:
i have no influence on what software is used whatsoever, so i know enfinity is probably a pain in the ass but i have to live with that
i will be old and grey until they manage to get me some contact or documentation from the parent company's it department
apparently there is no chance of acquiring documentation from intershop without being a registered customer. at least i found nothing on their site but the brief mention of "modularity"...
all i want to do is to look up what kind of api (or whatever they use to implement shopping functionality on other sites) this is and if it is in some way standardized, etc... any info helps.
is there anyone with experience on this? i'm sure to get some specs someday but it would be nice to come a bit prepared.
thanks in advance,
anton

You get detailed information only if you have a support / customer account with Intershop. Or you get your hands on an install DVD provided by your client - there you can find a whole set of documents and API documentation. The best information until then would be visiting http://www.intershop.com/enfinity-functionality.html - but it just talk about features, not technology.
(Disclaimer: I work for Intershop)

Related

What flavor of Object Pascal is used in the Nexus DB report Designer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I use a software called RentalDesk NX that is built on top of Nexus DB. According to the help manual for Report Designer, I need to code in Object Pascal, but none of the functions I can find referenced online (such as RightStr, StrToDate, or YearOf) seem to work at all.
I've been working on a report for my accounting department and cannot find a good way to do date math. Does anyone have any insight as to what resource may actually be helpful to me?
I have already crossposted to the RentalDesk NX user community.
The RentalDesk NX report engine is based on digital metaphors' report engine see https://www.digital-metaphors.com/
The developers guide may help RBDeveloperGuide.zip or the learning Report Builder part of the web site https://www.digital-metaphors.com/download/learning_reportbuilder.html
As for the actual flavour of object pascal, I believe that it's based on remote objects Pascal script - but the best place to ask is probably the digital metaphors' news group news.digital-metaphors.com.
I don't know if you have a support contract for your copy of RentalDesk NX, but that would be IMHO the quickest route to specific questions e.g RightStr doesn't exist in Pascal script, you use Copy(string, start, end);

Is there any Video Rental VOD (video-on-demand) API's out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have been searching for this for a while and I can't find. I am searching for a video on demand APi but I can't find any. Please help.
UPDATE:
Let me clarify one thing, I want to rent the movie THE MATRIX via API so I can show it to the user. That is what I pretend?
need to look into UltraViolet or Locker Access Streaming Provider Role (LASP).
check out UltraViolet for Business,
https://www.uvvu.com/en/au/uv-for-business
to connect your service to UltraViolet or to Develop Services or components you need a licence.
Download the licence package here: https://uvvu.com/sites/default/files/DECE%20License%20Agrmnts20140820%20PDFs.zip
hope this helps.
You need to look at solutions called "paywall" or "pay-per-view" for the media server which you decide to pick up.
There was a site called Popcorn Time which is similar to Netflix in number of ways. They made their source code available for every one by making the project open source after attracting huge media attention.

Using tfl data api - tutorial? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have developed apps for 3 years and am now looking to build an app that uses TFL (transport for london) api calls. I was reading their guidelines and read the following:
"Distribution
Developers consuming TfL data and providing public services built on it are expected
to provide the hosting capacity necessary to serve those public consumers. You
should take our data and proxy it, you shouldn’t allow all your clients to hit our service
driectly. This is intended to reduce TfL’s cost liability for hosting and content delivery."
While I have done a lot of app development, I have never hosted my own proxy receiving responses from an api. I have searched the internet for tutorials on this (ideally specific to TFL, but general ones would be awesome too), but can't find any that help.
Does anyone know of any?
Spoke to TFL about the Bus Times and it turns out you don't need to run this data via a database and can instead have users making direct calls to the API via your iPhone app. Great news :-)

american express API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there an API that would let me access my AMEX transactions? How do Mint or any other finance websites export my data? If so, is it free?
Take a look at open financial exchange.
American Express appears to support this.
Mint uses the services of Yodlee (see here), a firm that essentially acts as middleware between banks and companies like Mint.
You might be interested in Yodlee's Account Data Gathering API but it looks like it is something that requires a formal agreement, and access to the API probably needs to be paid for..
MasterCard are also looking at releasing an API (see here) so maybe AMEX will follow suit?
You can find sample code, SDKs, and a variety of other open source work by American Express on GitHub.
Check the following URL for details description: https://developer.americanexpress.com/essentials
Java client library and samples
.NET client library and samples
We welcome your contributions on GitHub. Feel free to submit requests or send us a pull request with your contributions. We'd especially like to know which languages you'd like to see more of for our samples repository.

Are there any good movie/film APIs out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Working on a movie website and would love to find an API that I could use to get information about different movies. I code in PHP but I'm assuming this would probably return XML.
I can recommend themoviedb.org. We have been using their API in an open source movie managing application with great success.
Quick google search returned this: Internet Video Archive Movie API. It seems to return XML data, so it could work for you.
EDIT: The link is down (thanks #Mutant), Wayback Machine has a backup.
For getting straight-up information about movies (for instance, basic genre and title information) the Amazon associates data works pretty good. There is the condition that the data be used primarily to drive traffic to Amazon, which is something to keep in mind.
There should be a PHP library already written that you can use: http://aws.amazon.com/associates/
Rotten Tomatoes has a free REST API (developer.rottentomatoes.com). The access keys are restricted to 10000 calls/day.