featurebase/internal
Ben Johnson 569bafdc7d add bulk call support to the query endpoint
This commit changes the `pql.Query` so that it can accept one or more
top-level calls instead of only one.

The query request format change because a query with a single call is
still valid. However, the result format now returns a `results` field
that has one result for each top-level call. The `profiles` field is
still the same, however, it combines all profiles from all bitmap
responses into one return so that there's not duplicate attributes.

Fixes #59
2016-03-08 14:34:37 -07:00
..
internal.go refactor 2015-12-02 15:34:49 -07:00
internal.pb.go add bulk call support to the query endpoint 2016-03-08 14:34:37 -07:00
internal.proto add bulk call support to the query endpoint 2016-03-08 14:34:37 -07:00