Trail plugin development

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 anni tempo fa
I am looking for info about how to make my plugin trail.
3 anni tempo fa
eyalankri wrote:
I am looking for info about how to make my plugin trail.


Hello eyalankri,

Trail or trial ?

What you tried so far ? can you share ?

if trial then you can generate key with date parameter and use encrypt and decrypt method ?

Thanks,
Jatin
3 anni tempo fa
if you mean trial , you can create basecontroller inherant from BasePluginController and overriding the

<code>
public override CreatedResult Created(Uri uri, object value)
        {
            return base.Created(uri, value);
        }
</code>

here you can check if any request

thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.