crowdin / crowdin-api-client-dotnet

.NET client library for Crowdin API
https://www.nuget.org/packages/Crowdin.Api/
MIT License
50 stars 27 forks source link

Fields API support #223

Closed andrii-bodnar closed 4 months ago

andrii-bodnar commented 4 months ago

Crowdin has recently added a new feature called custom attributes for entities. This feature also has a set of API endpoints to manage custom attributes.

The API client should be updated to support these endpoints.

References:

Only for Crowdin Enterprise.

Riju-bak commented 4 months ago

@andrii-bodnar Can I work on this?

andrii-bodnar commented 4 months ago

@Riju-bak sure, thank you!

Riju-bak commented 4 months ago

@andrii-bodnar As per the docs for Edit Field API it seems that only the name of a Field can be edited.

Could you please confirm if this is as expected, or should the api also allow editing the other properties - slug, description, type , config and entities?

andrii-bodnar commented 4 months ago

@Riju-bak thanks for pointing this out! The API allows editing everything except the slug and type.

Riju-bak commented 4 months ago

Got it, thanks

Riju-bak commented 4 months ago

@andrii-bodnar PR is ready for review