Tomer Elmalem

Results 12 comments of Tomer Elmalem

@yelp11976 thanks for creating the issue here! I ran the import script without issues. What version of MySQL are you running?

I'm not too familiar with MongoDB so I don't really know how to import the data there. Sorry @yelp11976!

We're trying to use this for OAuth 2.0. As part of that spec, the requests coming in need to use an application/x-www-form-urlencoded content-type. Right now, bravado-core assumes that every request...

@sjaensch I'm not entirely what sort of example you're asking for. The OAuth 2.0 spec says that content needs to be sent as `x-www-form-urlencoded` (https://tools.ietf.org/html/rfc6749#section-2.3.1) and when we tried to...

I was looking at this briefly, it seems like it'll be non-trivial for us to get a binary signed given our current build pipeline. It would be nice if we...

This gem only supports v2 of the API. We do not yet have support for Fusion and don't have a timeline yet.

@kf6kjg still no updates for this.

Unfortunately, there's not an easy way to do that on the API. Finding closed businesses isn't generally something people explicitly search for so it's not something we've surfaced.

Hey @danfooo, this is a gap in our documentation. Sorting by review_count maxes out at 200, sorting by best_match will give you 1000. We'll update the docs.

The main reason this is an issue is because it makes it impossible for me to programmatically determine which field failed validation. In the case where we're building APIs, if...