You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# POST /postsnew_post=Client::Models::Post.new()new_post.user_id=42new_post.title="Testing Kiota-generated API client"new_post.body="Hello world!"created_post=client.posts.post(new_post).resumeputs"Created new post with ID: #{created_post.id}"
Results in an error:
in to_post_request_information': undefined method request_adapter' for #<Client::Posts::PostsRequestBuilder...
(NoMethodError)
Same repro as #2471
This code:
Results in an error:
Changing to this resolves the error:
The text was updated successfully, but these errors were encountered: