Skip to content
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

Implement Content Safety by way of the content_filter query parameter #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kgday
Copy link

@kgday kgday commented Aug 9, 2021

as per issue #13

Implemented both by a constructor parameter with a default value of low (same as api default) as well as a read/write property so the value can be changed between calls.

I have implemented it as a global property since it is something that is likely to be used consistently across an application that uses the unsplash client.

… in getting random photos and searching photos
@@ -1,977 +1,1079 @@
using Newtonsoft.Json.Linq;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants