This topic is locked
[SOLVED]

API Asprunner.net downloadable features demo

8/9/2021 12:25:17 PM
ASPRunner.NET General questions
P
plunkchr author

Has anyone a sample downloadable AspRunner.NET project that shows API features working?
I have read help files/etc.. but still struggling so a demo project would really help.

Am very interested in a demo that shows being able to output/serve data (e.g. in plain text or JSON or CSV format) via a simple web url (similar to http://api.football-data.org/v2/competitions )
Thanks for any help.

admin 8/9/2021

There is nothing to demo here, you need to check off a single REST API checkbox and this is it. Examples of retrieving data can be seen at https://xlinesoft.com/asprunnernet/docs/rest-api-list.htm

You really need to explain what EXACTLY you doing, what results you getting, provide some screenshots etc.

P
plunkchr author 8/13/2021

Many thanks for very quick reply and pointing me to the relevant example
I was over complicating things and had confused myself by focusing on creating API views and also using an incorrect api URL, when all along it could have not been simplier

WELL DONE XLINESOFT, YOU COULD NOT HAVE MADE IT EASIER TO CREATE A REST API ACCESS TO A DATABASE .

FYI: In case it helps, see the following line from the asprunner.net manual where an incorrect reference is made to a php script in an API url list query . https://xlinesoft.com/asprunnernet/docs/about-rest-api.htm
curl "http://localhost:8086/api/v1.php?table=order details&action=view&editid1=10248&editid2=42" **