supabase-community / postgrest-csharp

A C# Client library for Postgrest
https://supabase-community.github.io/postgrest-csharp/api/Postgrest.html
MIT License
114 stars 22 forks source link

Internal usage classes #33

Closed elrhomariyounes closed 3 years ago

elrhomariyounes commented 3 years ago

Chore

Describe the chore

Hello, I was thinking if we should change the access modifier of some classes to internal like MapToAttribute, RangeConverter, CustomContratResolver and EnumExtensions we don't want the user to interact with them.

Any thoughts @acupofjose

acupofjose commented 3 years ago

Done! Good idea.