-
This is a _really_ interesting client. I love it!
Are there any plans to add support JSON:API? If so, would you consider it (or a PR that does)?
-
I have the problem similar to one asked in [this question](https://stackoverflow.com/questions/49615358/spring-hateoas-controllerlinkbuilder-adds-null-fields) however, applying the suggested solution
…
-
We need to identify if pagination support is required for TAXII. We had item based pagination support in TAXII 2.0, and took it out for TAXII 2.1. The problems we ran in to were data sets that can c…
-
API caching will be a really important aspect of the platform as it could lead to better performance when done right and to outright wrong results if done wrong.
Some articles that might help:
[Im…
-
In ResourceSupport, links are declared as List. While in response body, links are transform to Map by a customized jackson ObjectMapper. Why do not keep links the same type (either List or map) in bot…
-
Wondering if Hypermedia as the Engine of Application State (HATEOAS) can be helpful [in this context](https://github.com/open-contracting/api-specification#full-api-type-publishing-a-programmatic-api)…
-
This is related to ontodocs issue https://github.com/lambdamusic/Ontodocs/issues/21.
In `ontospy/core/ontospy.py` line 297 using `onto = self.get_ontology(str(uri))` the `get_ontology()` function ret…
-
I just gave this advice and it might be a good rule of thumb:
Assuming human-readable representation formats (i.e., text-based not binary) and a client supporting the URI scheme used, a good rule o…
-
Before I write up a PR for this, I want to see if there's interest. The idea is to identify particular error cases described by the spec with a URI, which would live at the `href` property in the retu…
-
It's impossible tu use EF Core without fluent mapping since AuthorizedActions is not a supported Type for mapping.
We should instead have an external placeholder for this property.
`System.Inval…