We may drop some Enum types #222
KoditkarVedant
announced in
Announcements
Replies: 1 comment
-
One of the initial type that is being dropped is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, library tries to map string into Enum wherever make sense. Recently, we seen some bugs regarding parsing because of addition or removal of Enum items. To avoid breaking the library because of some issues as the Notion API in itself is under development. We are going to convert
enum
tostring
types.Beta Was this translation helpful? Give feedback.
All reactions