generateNftTokenId - NftSignature 'v' entry returns an int, not string per spec #106
-
Hi there, The generate_token_id API is returning an int for the signature "v" field, when the spec specifies it should be a string (in quotes). This is throwing off my json deserializer. I am using the OpenAPI code generator, so I can tweak the spec to be an int, but wanted guidance on whether that was a good idea or not. Spec - https://api-reference.rarible.com/#operation/generateNftTokenId Postman Request: Postman Response:
Final Dart/Flutter error in case it helps others find this issue: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@bobwith2bees thanks |
Beta Was this translation helpful? Give feedback.
@bobwith2bees thanks
fixed, now it's a number in apidoc too