Trail plugin development

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 3 ans
I am looking for info about how to make my plugin trail.
Il y a 3 ans
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
Il y a 3 ans
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.