Skip to content

Release operations behind beta feature flag #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jaredcnance opened this issue Jan 22, 2018 · 0 comments
Closed

Release operations behind beta feature flag #224

jaredcnance opened this issue Jan 22, 2018 · 0 comments
Labels
chore / follow up operations json:api v1.1 operations

Comments

@jaredcnance
Copy link
Contributor

In order to achieve parity between the different versions, I want to bring operations into master behind a beta feature flag:

services.AddJsonApi(opt =>  { 
    opt.EnableOperations = true;
    // ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore / follow up operations json:api v1.1 operations
Development

No branches or pull requests

1 participant