- Previous: Using JSONP, JSON with padding
- Up: Remix API Documentation
- Next: Entire Catalog Archives
Utilities
What does it do?
From time to time our lovely developer community will create an open framework for all to use. The old theory of why reinvent the wheel. Here you can find all the latest frameworks and popular examples. We don't support these in nature but will do our best to help you or point you in the right direction.
C#, .NET
Remix.NET C# library
Remix.java open Java library
PHP open library
Remix.NET C# library
Author: Omar
Comments: The library is very simple and utilizes .NET XML serialization to return products and store information from the Remix REST API. There are a few method calls that return very specific data filtered by both passed attributes and hardcoded attributes that were part of an original client I wrote. Use these methods as examples of how to extend the library for your own specific needs.
Where: http://code.google.com/p/remixdotnet/
JavaComments: The library is very simple and utilizes .NET XML serialization to return products and store information from the Remix REST API. There are a few method calls that return very specific data filtered by both passed attributes and hardcoded attributes that were part of an original client I wrote. Use these methods as examples of how to extend the library for your own specific needs.
Where: http://code.google.com/p/remixdotnet/
Remix.java open Java library
Author: Matt Williams @mattwilliamsnyc
Comments: My goals were to keep the library relatively small / lightweight with no non-standard dependencies while still supporting easy, semantic access to API data (store.getAddress(), product.getImageUrl(), etc). Hopefully this will be useful for others, especially in the mobile space!
Where: http://code.google.com/p/remix-java/
PHPComments: My goals were to keep the library relatively small / lightweight with no non-standard dependencies while still supporting easy, semantic access to API data (store.getAddress(), product.getImageUrl(), etc). Hopefully this will be useful for others, especially in the mobile space!
Where: http://code.google.com/p/remix-java/
PHP open library
Author: Matt Williams @mattwilliamsnyc
Comments: I put together a library for building Remix applications with PHP: I'll be keeping an eye on the documentation ... and updating the library accordingly. Bug reports, feature requests, etc. can be submitted through Google Code's Issue Tracker: http://code.google.com/p/bestbuy-service-remix/issues/list
Where: http://code.google.com/p/bestbuy-service-remix/
Comments: I put together a library for building Remix applications with PHP: I'll be keeping an eye on the documentation ... and updating the library accordingly. Bug reports, feature requests, etc. can be submitted through Google Code's Issue Tracker: http://code.google.com/p/bestbuy-service-remix/issues/list
Where: http://code.google.com/p/bestbuy-service-remix/
- Previous: Using JSONP, JSON with padding
- Up: Remix API Documentation
- Next: Entire Catalog Archives

Comments