Search found 33 matches

by trickydee
Wed Nov 04, 2015 9:33 am
Forum: Scala API
Topic: Capabilities type metadata
Replies: 7
Views: 30399

Re: Capabilities type metadata

Thanks Elliot, We'll use this for now and refactor later on if such a feature is added. Nice thing with the JSON documenting the API, I've actually created a scraper over you documentation page to extract this data but is much cleaner, thanks! :) Hello, This capability currently does not exist in th...
by trickydee
Tue Nov 03, 2015 5:27 pm
Forum: Scala API
Topic: Capabilities type metadata
Replies: 7
Views: 30399

Re: Capabilities type metadata

Hi Elliot, Of course, you're referring to the Device interface, however converting is the easy part. What I'm after is a facade which returns the capability type given it's name, otherwise I'd have to make and maintain a map of this metadata and this might get out of date if new capabilities get add...
by trickydee
Tue Nov 03, 2015 4:30 pm
Forum: Device Detection Issues
Topic: Slight differences between advertised_browser_version
Replies: 3
Views: 5778

Re: Slight differences between advertised_browser_version

We think we actually had an issue with the test and on further investigation all seems fine. Thanks. Hello I am having some difficulty replicating the results that you are experiencing in both implementations. When testing this capability against the same version of the Java API and wurfl.xml in bot...
by trickydee
Sun Nov 01, 2015 10:31 am
Forum: Device Detection Issues
Topic: Slight differences between advertised_browser_version
Replies: 3
Views: 5778

Re: Slight differences between advertised_browser_version

Hello I am having some difficulty replicating the results that you are experiencing in both implementations. When testing this capability against the same version of the Java API and wurfl.xml in both high accuracy and high performance mode, I receive an `advertised_browser_version` of `26.0`, whic...
by trickydee
Sat Oct 31, 2015 11:33 am
Forum: Scala API
Topic: Capabilities type metadata
Replies: 7
Views: 30399

Capabilities type metadata

Capabilities/Virtual capabilities are generally declared as Map[String, String] but typically this is actually more similar to Map[String, Any] or a heterogeneous map. Is there anything available in the API (either Scala or Java APIs) to provide some type mapping between the capability and it's type...
by trickydee
Fri Oct 30, 2015 4:47 pm
Forum: Device Detection Issues
Topic: Slight differences between advertised_browser_version
Replies: 3
Views: 5778

Slight differences between advertised_browser_version

Hi, we've noticed slight differences in the advertised_browser_version between the Cloud API (1.5.0.2) and the output of the Wurfl Java API (1.6.3.0, zip fetched around 2015-10-25) WURFL Clound API UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0 Capabilit...
by trickydee
Fri Oct 23, 2015 12:59 pm
Forum: Scala API
Topic: Wurfl-scala release cycle
Replies: 2
Views: 23467

Re: Wurfl-scala release cycle

Hello, We have released a new version of the Scala API earlier today. The Scala API will also be updated on each release in order to match the dependency of the underlying WURFL API as well. Please let me know if you have any questions during the upgrade process. Thank you, Elliot Thanks Elliott, g...
by trickydee
Fri Oct 23, 2015 12:59 pm
Forum: Miscellaneous
Topic: Looking for good WURFL REST API benchmarks
Replies: 3
Views: 30730

Re: Looking for good WURFL REST API benchmarks

Hello, We have not publicly published any benchmarks of this sort for the WURFL Cloud service as this is also subject to a latency overhead of the public internet and can vary depending on your ISP. When testing an on premise installation of the WURFL API, we recommend passing actual User Agents th...
by trickydee
Thu Oct 22, 2015 7:01 pm
Forum: Scala API
Topic: Wurfl-scala release cycle
Replies: 2
Views: 23467

Wurfl-scala release cycle

Hi, which is the release cycle of the wurfl-scala? I see there's a new java out yet the scala one is referencing the previous version. Will the scala api be bumped on each java release or just for major changes or we should override it's java dependency with the latest if version schema indicates a ...
by trickydee
Thu Oct 22, 2015 6:34 pm
Forum: Miscellaneous
Topic: Looking for good WURFL REST API benchmarks
Replies: 3
Views: 30730

Looking for good WURFL REST API benchmarks

Are there any good benchmarks in existence to test a wurfl api (v1/json) with reasonable randomness and distribution?
by trickydee
Mon Aug 10, 2015 2:22 pm
Forum: General API Questions
Topic: Automatically updating commercial WURFL file
Replies: 9
Views: 76413

Re: Automatically updating commercial WURFL file

Hi,
Can you please specify also what are the possible error scenarios (ex. account blocked, password expired or any other like is it possible that the download link gets revoked or something similar?)

Thanks
by trickydee
Mon Aug 10, 2015 12:14 pm
Forum: Scala API
Topic: Using both java and scala libraries needed?
Replies: 2
Views: 24817

Re: Using both java and scala libraries needed?

Hello, thank you for your question. The Scala Library is a wrapper around the Java library and the lib only contains Scala specific parts. I hope this answers your question. If not, can you elaborate a bit more about what you are trying to achieve and how you envision things to be made differently?...
by trickydee
Mon Aug 10, 2015 8:12 am
Forum: Scala API
Topic: Using both java and scala libraries needed?
Replies: 2
Views: 24817

Using both java and scala libraries needed?

Is shipping of the Java library really needed when bundling the Scala library? I'm asking this as I see many shared packages and class names so it's not clear is the Scala library just a wrapper or complete replacement. If it's a wrapper, why not extend the java library and have only specific Scala ...