SmartAPI / smartAPI

Intelligent APIs for a more connected web: https://smart-api.info
MIT License
21 stars 16 forks source link

Metakg output for flag, fields=api.bte, are showing incorrect results #275

Closed NikkiBytes closed 3 weeks ago

NikkiBytes commented 1 month ago

Fields, api.smartapi.id and api.name should show unique string results.

These endpoints show expected behavior for those keys: https://smart-api.info/api/metakg/?q=0212611d1c670f9107baf00b77f0889a&bte=1&fields=all https://smart-api.info/api/metakg/?q=0212611d1c670f9107baf00b77f0889a&bte=1

Here is how it should look-

Screen Shot 2024-10-23 at 11 50 29 AM

The current behavior is showing an invalid string result, Default Name and Default ID, for each record.

This endpoint is an error: https://smart-api.info/api/metakg/?q=0212611d1c670f9107baf00b77f0889a&bte=1&fields=api.bte.response_mapping

See error here:

Screen Shot 2024-10-23 at 11 50 02 AM
NikkiBytes commented 3 weeks ago

Completed with fix.