Wannes Gennar
Wannes Gennar
As suggested in #8 it would be interesting to have CI (like Travis or Circle) set up
I mistyped one of the arguments in the command handler, which caused a panic. My command was registered like this ``` go add := clif.NewCommand("add", "Add a new package to...
I'm dynamically building a query from parameters using the following function: ```csharp private IBooleanOperation BuildFacetFromList(IQuery query, List facets, string field) { if (facets.Count == 1) return query.Field(field, facets.First().Escape()); return query.Group(group...
### What problem does it solve It requires clients using the hosted version of the API to send along a `X-Super-Client` header that identifies their application, and optionally a `X-Super-Contact`...
### What problem does it solve Provides API access to fetch warbond information ### What is the solution Add an API endpoint that returns the warbonds available ### Existing alternatives...
### What problem does it solve Currently when the sync fails, regardless of which part, it will block the entire API and potentially bringing it down. ### What is the...
**Describe the bug** When calling the `/v1/tenants/{{tenant_id}}/schemas/read` endpoint the OpenApi specification defines an `entityDefinitions` property under `schema`, however the returned JSON contains `entity_definitions` This breaks tools that auto-generate client code...