microcms-go-sdk icon indicating copy to clipboard operation
microcms-go-sdk copied to clipboard

microCMS Go SDK.

Results 2 microcms-go-sdk issues
Sort by recently updated
recently updated
newest added

Each request parameter such as ListParams have many fields. Users have difficulty to utilize them correctly. Split fields into required a nd optional will help them. ex) functional option pattern

Request parameters such as ListParams contain many fields. They have no comments on code, so users could hardly recognize whether a field is required or not (i.e. optional).