ramose icon indicating copy to clipboard operation
ramose copied to clipboard

RAMOSE is an application for creating REST APIs on top of SPARQL endpoints

Results 8 ramose issues
Sort by recently updated
recently updated
newest added

Extending the tool enables a user to specify additional formats to retrieve the data. This issue is particularly relevant when one wants to make some RDF data compliant with formats...

enhancement

Currently, RAMOSE does not implement the pagination of the results. While, in general, the current use of RAMOSE in the context of [OpenCitations](https://opencitations.net) has not needed such functionality so far,...

enhancement

Currently, RAMOSE does not implement any caching mechanism to avoid multiple identical requests to the same endpoint. It would be ideal to implement a mechanism that allows one to specify...

enhancement

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.0 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Adding a way for automatically building a Python Wrapper of the API specified in the specification document

The following definition of parameter shapes: ``` #accept str((true|false)) ``` cause an error in the process - due to the grouping pattern in the regex.

bug