Skip to content

Commit f5bf78e

Browse files
author
Josh Sager
committed
Added all markdown content files
These are Guides and Libraries/Tools files identified in our Google working document. Very likely these files will change, many will most likely be deleting, and renaming may occur. This is a first draft.
1 parent a6b6c28 commit f5bf78e

18 files changed

+213
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Manage Block Storage Volumes with the Linode API"
3+
author:
4+
name: Josh Sager
5+
6+
description: Manage Block Storage Volumes with the Linode API
7+
keywords: []
8+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
9+
date: 2018-06-13T08:55:08-04:00
10+
template: guides
11+
external_url: https://www.linode.com/docs/platform/api/create-block-storage-volumes-with-the-linode-api/
12+
---
13+
Linode’s Block Storage service allows you to attach additional storage volumes
14+
to your Linode. This guide demonstrates how to create, attach, clone, and resize
15+
Volumes using the Linode API.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Configure NodeBalancers with the Linode API"
3+
author:
4+
name: Josh Sager
5+
6+
description: Configure NodeBalancers with the Linode API
7+
keywords: []
8+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
9+
date: 2018-06-13T08:55:08-04:00
10+
template: guides
11+
external_url: https://www.linode.com/docs/platform/api/nodebalancers/
12+
---
13+
Using the Linode API, it is possible to set up NodeBalancers without using the
14+
Linode Manager. This guide will demonstrate the API calls needed to add and
15+
configure a NodeBalancer with two back end nodes.
16+

content/guides/api-getting-started.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Getting Started with the Linode API"
3+
author:
4+
name: Josh Sager
5+
6+
description: Getting Started with the Linode API
7+
keywords: []
8+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
9+
date: 2018-06-13T08:55:08-04:00
10+
template: guides
11+
external_url: https://www.linode.com/docs/platform/api/getting-started-with-the-linode-api/
12+
---
13+
This guide introduces the Linode API and demonstrates several basic queries.
14+
It also covers authentication and the process of creating a new Linode through
15+
the API.
16+
17+
18+

content/guides/api-key.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "API Key"
3+
author:
4+
name: Josh Sager
5+
6+
description: API Key
7+
keywords: []
8+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
9+
date: 2018-06-13T08:55:08-04:00
10+
template: guides
11+
external_url: https://www.linode.com/docs/platform/api/api-key/
12+
---
13+
Learn how to generate, update, and disable your Linode API key.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Upgrade to the New Linode API"
3+
author:
4+
name: Josh Sager
5+
6+
description: Upgrade to the New Linode API
7+
keywords: []
8+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
9+
date: 2018-06-13T08:55:08-04:00
10+
template: guides
11+
external_url: https://www.linode.com/docs/platform/api/upgrade-to-linode-api-v4/
12+
---
13+
The new Linode API includes a number of additional features and changes from
14+
previous API versions. This guide is intended to help existing users upgrade
15+
to the new API.
16+

content/guides/linode-cli.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Using the Linode CLI"
3+
author:
4+
name: Josh Sager
5+
6+
description: Using the Linode CLI
7+
keywords: []
8+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
9+
date: 2018-06-13T08:55:08-04:00
10+
template: guides
11+
external_url: https://www.linode.com/docs/platform/api/using-the-linode-cli/
12+
---
13+
The Linode CLI provides a simplified interface to the Linode API. This guide
14+
shows how to install the CLI and describes how to perform basic tasks from the
15+
command line.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "go-linode-api"
3+
description: go-linode-api
4+
author: briansteffens
5+
categories:
6+
- APIv4
7+
- Golang
8+
external_url: https://github.com/briansteffens/go-linode-api
9+
---
10+
linode-client-go
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linode-api-node"
3+
description: linode-api-node
4+
author: RobinJ1995
5+
categories:
6+
- APIv4
7+
- Node.js
8+
external_url: https://github.com/RobinJ1995/linode-api-node
9+
---
10+
Node.js Linode API based on their (currently experimental) v4 API
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linode-api-v4"
3+
description: linode-api-v4
4+
author: iDimensionz
5+
categories:
6+
- APIv4
7+
- PHP
8+
external_url: https://github.com/idimensionz/linode-api-v4
9+
---
10+
iDimensionz's PHP client for Linode API v4

content/libraries-tools/linode-api.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linode-api"
3+
description: linode-api
4+
author: tzurbaev
5+
categories:
6+
- APIv4
7+
- PHP
8+
external_url: https://github.com/tzurbaev/linode-api
9+
---
10+
Linode API v.4 Unoffical SDK
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linode-elixir"
3+
description: linode-elixir
4+
author: stvnjacobs
5+
categories:
6+
- APIv4
7+
- Elixir
8+
external_url: https://github.com/stvnjacobs/linode-elixir
9+
---
10+
An Elixir client for the Linode API v4
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linode-haskell"
3+
description: linode-haskell
4+
author: eatonphil
5+
categories:
6+
- APIv4
7+
- Haskell
8+
external_url: https://github.com/eatonphil/linode-haskell
9+
---
10+
A Haskell wrapper around the Linode v4 API
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linode-php-krmdrms"
3+
description: linode-php-krmdrms
4+
author: krmdrms
5+
categories:
6+
- APIv4
7+
- PHP
8+
external_url: https://github.com/krmdrms/linode
9+
---
10+
krmdrms' Linode API wrapper
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linode-python"
3+
description: linode-python
4+
author: tjfontaine
5+
categories:
6+
- APIv4
7+
- Node.js
8+
external_url: https://github.com/tjfontaine/linode-python
9+
---
10+
Linode Python bindings
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linode-ruby"
3+
description: linode-ruby
4+
author: rick
5+
categories:
6+
- APIv4
7+
- Node.js
8+
external_url: https://github.com/rick/linode
9+
---
10+
Ruby wrapper for the Linode APIv4

content/libraries-tools/linodego.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "linodego"
3+
description: linodego
4+
author: chiefy
5+
categories:
6+
- APIv4
7+
- Golang
8+
external_url: https://github.com/chiefy/linodego
9+
---
10+
Go client for Linode REST v4 API
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "php-linode-api"
3+
description: php-linode-api
4+
author: hnhdigital-os
5+
categories:
6+
- APIv4
7+
- PHP
8+
external_url: https://github.com/hnhdigital-os/php-linode-api
9+
---
10+
The v4.01 Linode API for PHP [BETA]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "php-linode-unofficial"
3+
description: php-linode-unofficial
4+
author: illblew
5+
categories:
6+
- APIv4
7+
- PHP
8+
external_url: https://github.com/illblew/php-linode-unofficial
9+
---
10+
This is just a little wrapper I'm working on to ease the using of the Linode API v4

0 commit comments

Comments
 (0)