- Setup
- Running localy
- Get All Label
- Get Spesific Label
- Get All Pages
- Get Spesific Pages
- Get All Posts
- Get Spesific Posts
npm install
npm run serve
- Production: https://blogger-api.netlify.com/.netlify/functions/label
- Development: https://debug--blogger-api.netlify.com/.netlify/functions/label
Query | Type | Default | Description |
---|---|---|---|
blogid | number | - | - |
order | enum (asc, desc) | asc | - |
limit | number | 5 | - |
pages | number | 1 | - |
- Production: https://blogger-api.netlify.com/.netlify/functions/label/:id
- Development: : https://debug--blogger-api.netlify.com/.netlify/functions/label/:id
Query | Type | Default | Description |
---|---|---|---|
blogid | number | - | - |
order | enum (published, updated) | published | - |
limit | number | 5 | - |
pages | number | 1 | - |
updated_min | date iso 8601 | null | - |
updated_max | date iso 8601 | null | - |
published_min | date iso 8601 | null | - |
published_max | date iso 8601 | null | - |
- Production: https://blogger-api.netlify.com/.netlify/functions/pages
- Development: : https://debug--blogger-api.netlify.com/.netlify/functions/pages
Query | Type | Default | Description |
---|---|---|---|
blogid | number | - | - |
order | enum (published, updated) | published | - |
limit | number | 5 | - |
pages | number | 1 | - |
updated_min | date iso 8601 | null | - |
updated_max | date iso 8601 | null | - |
published_min | date iso 8601 | null | - |
published_max | date iso 8601 | null | - |
- Production: https://blogger-api.netlify.com/.netlify/functions/pages/:id
- Development: : https://debug--blogger-api.netlify.com/.netlify/functions/pages/:id
Query | Type | Default | Description |
---|---|---|---|
blogid | number | - | - |
isjson | boolean | false | - |
- Production: https://blogger-api.netlify.com/.netlify/functions/posts
- Development: : https://debug--blogger-api.netlify.com/.netlify/functions/posts
Query | Type | Default | Description |
---|---|---|---|
blogid | number | - | - |
order | enum (published, updated) | published | - |
limit | number | 5 | - |
pages | number | 1 | - |
updated_min | date iso 8601 | null | - |
updated_max | date iso 8601 | null | - |
published_min | date iso 8601 | null | - |
published_max | date iso 8601 | null | - |
- Production: https://blogger-api.netlify.com/.netlify/functions/posts/:id
- Development: : https://debug--blogger-api.netlify.com/.netlify/functions/posts/:id
Query | Type | Default | Description |
---|---|---|---|
blogid | number | - | - |
isjson | boolean | false | - |