Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ae4093b

Browse files
improve the demo
1 parent 353803a commit ae4093b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

‎README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ response = client.request(
4747
opts: request_option
4848
)
4949

50-
print JSON.parse(response.body)
50+
print response
5151
```
5252

5353

@@ -71,7 +71,7 @@ response = client.request(
7171
}
7272
)
7373

74-
print JSON.parse(response.body)
74+
print response.body
7575
```
7676

7777
## 问题

‎README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ response = client.request(
4747
opts: request_option
4848
)
4949

50-
print JSON.parse(response.body)
50+
print response
5151
```
5252

53-
5453
The ROA demo:
5554

5655
```ruby
@@ -71,10 +70,9 @@ response = client.request(
7170
}
7271
)
7372

74-
print JSON.parse(response.body)
73+
print response.body
7574
```
7675

77-
7876
## Issues
7977
[Opening an Issue](https://github.com/aliyun/openapi-core-ruby-sdk/issues/new/choose), Issues not conforming to the guidelines may be closed immediately.
8078

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /