Skip to content

Commit

Permalink
不要な余白削除、styleタグの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabi-tr committed Jun 17, 2024
1 parent 4ae01ea commit f11ab3f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,6 @@ const client = createClient({

#### API Methods

<style>
table {
width: 100%;
}
th, td {
text-align: center;
padding: 8px;
}
</style>
The table below shows each API method of microCMS and indicates which API format (List Format or Object Format) they can be used with using ✔️.

| Method | List Format | Object Format | Both |
Expand Down Expand Up @@ -133,7 +124,6 @@ client

The `queries` property can be used to specify parameters for retrieving content that matches specific criteria. For more details on each available property, refer to the [microCMS Documentation](https://document.microcms.io/content-api/get-list-contents#h929d25d495).


```javascript
client
.getList({
Expand Down

0 comments on commit f11ab3f

Please sign in to comment.