I would like to create custom API endpoint with predefined parameters and Save it as an endpoint.
Is there a way to do this ?
I would like to create custom API endpoint with predefined parameters and Save it as an endpoint.
Is there a way to do this ?
You want to create a custom URI for your API?
Suppose i configure a remote web service which has various parameters like
http://localhost:8080/api/v2/rotten/lists/movies/in_theaters.json?parameter=1¶meter2
which i want to be available as http://localhost:8080/api/v2/theaters
You could create a Service to do that, which will become a endpoint API, and in Service you configure the parameters and other stuffs you like.
Could you please point me to the documentation for creating a custom service ?
Thanks
@viraf,
Look at the Services > Info > Service Type and you will see a Custom Scripting Service. You can enter your script in the Config tab. Scripting documentation is here: https://wiki.dreamfactory.com/DreamFactory/Features/Scripting
Good luck!
Sorry not replying, Iām struggle with some clients here.