-
Notifications
You must be signed in to change notification settings - Fork 54
We may drop some Enum types #222
KoditkarVedant
announced in
Announcements
-
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
to string
types.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
One of the initial type that is being dropped is Function
under the Rollup
property. Related issue. #220
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment