smartAPI icon indicating copy to clipboard operation
smartAPI copied to clipboard

Intelligent APIs for a more connected web: https://smart-api.info

Results 89 smartAPI issues
Sort by recently updated
recently updated
newest added

When a response included a list of items, we annotated them all of the same type, which was a safe assumption for the specific endpoint. However, we expect to have...

Ref: https://github.com/Mermade/openapi-gui/issues/16#issuecomment-368436712

Currently, the responseDataType is basically a keypath to ID-type-URI pairs: ``` responseDataType: - elementPath: ec datatype: 'http://identifiers.org/ec-code/' - elementPath: ensembl.gene datatype: 'http://identifiers.org/ensembl/' - elementPath: ensembl.translation.protein datatype: 'http://identifiers.org/ensembl/' - elementPath: ensembl.translation.rna...

Added unique error catches for path finder module. Now catches for different types of errors and uses logging to track cases.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.11 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 4.5.2 (2024-01-19) fix: fs deny for case...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies
javascript

``` In [27]: requests.get("https://smart-api.info/api/metakg") ``` with this SSL error: ``` SSLError: HTTPSConnectionPool(host='smart-api.info', port=443): Max retries exceeded with url: /api/metakg (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:1129)'))) ```...

bug