File tree Expand file tree Collapse file tree 6 files changed +8
-20
lines changed Expand file tree Collapse file tree 6 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 5
5
</h1 >
6
6
7
7
This is the new Linode developers site. It provides documentation to complement the APIv4.
8
- Currently this software is * early-access * and is available at [ developers.linode.com] ( https://developers.linode.com ) .
8
+ This documentation can be viewed at [ developers.linode.com] ( https://developers.linode.com ) .
9
9
10
10
## Setup
11
11
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ browserHistory.listen(function (location) {
148
148
149
149
window . setTitle = function ( newTitle ) {
150
150
const title = document . querySelector ( 'title' ) ;
151
- title . textContent = 'API v4 Documentation | Linode Developers' ;
151
+ title . textContent = 'API Documentation | Linode Developers' ;
152
152
153
153
if ( newTitle ) {
154
154
title . textContent = `${ newTitle } | ${ title . textContent } ` ;
Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ export default function Authentication() {
8
8
< section className = "Article" >
9
9
< h1 > Changelogs</ h1 >
10
10
< section >
11
- < p >
12
- The API V4 is currently in beta. There will be regular releases that may
13
- introduce breaking changes. The Developers site contains all changes to
14
- API V4 since 2017-09-18. Please check here regularly for updates.
15
- </ p >
11
+ < p > As releases are made Changelogs will be published here.</ p >
16
12
</ section >
17
13
< section >
18
14
< h2 > 2018-04-02</ h2 >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default function Introduction(props) {
23
23
</ header >
24
24
< section >
25
25
< p >
26
- With the release of API V4 , Linode has also released an official Python library.
26
+ With the release of API, Linode has also released an official Python library.
27
27
This guide is a simple introduction to working with the Python library.
28
28
The official Linode Python library is open source on
29
29
< ExternalLink to = "http://github.com/Linode/python-linode-api" >
@@ -43,7 +43,7 @@ export default function Introduction(props) {
43
43
< section >
44
44
< h2 > Connecting to the API</ h2 >
45
45
< p >
46
- The Python library connects to the Linode API V4 using the LinodeClient class,
46
+ The Python library connects to the Linode API using the LinodeClient class,
47
47
which expects an OAuth Token in his constructor.
48
48
</ p >
49
49
< i > All example code in this guide is executed in a Python shell.</ i >
Original file line number Diff line number Diff line change @@ -14,16 +14,8 @@ export default function Introduction() {
14
14
< h1 > Introduction</ h1 >
15
15
< section >
16
16
< br />
17
- < div className = "alert alert-danger" role = "alert" >
18
- This API is an < b > Early Access</ b > release. As such, we will be making regular revisions,
19
- some of which will contain < b > breaking changes. </ b >
20
- < Link to = { `/${ API_VERSION } /changelogs` } >
21
- Please review the changelogs
22
- </ Link > and < ExternalLink to = "https://welcome.linode.com/api" >
23
- subscribe to the mailing list</ ExternalLink > for updates on changes and releases.
24
- </ div >
25
17
< p >
26
- The Linode APIv4 is an HTTP service that follows (to a large extent)
18
+ The Linode API is an HTTP service that follows (to a large extent)
27
19
< ExternalLink to = "https://en.wikipedia.org/wiki/Representational_state_transfer" > REST</ ExternalLink >
28
20
style. Resources like Linodes have predictable URLs that use standard
29
21
HTTP methods to manipulate and return standard HTTP status codes to tell you how
@@ -35,7 +27,7 @@ export default function Introduction() {
35
27
</ Link > to get started making API calls using a Personal Access Token (PAT).
36
28
</ div >
37
29
< p >
38
- All APIv4 endpoints are located at:
30
+ All API endpoints are located at:
39
31
</ p >
40
32
< section >
41
33
< Code example = { `${ API_ROOT } /${ API_VERSION } /*` } name = "bash" noclipboard />
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default class Layout extends Component {
49
49
</ span >
50
50
</ Link >
51
51
</ div >
52
- < span className = "MainHeader-title" > Linode API v4 Documentation (Early Access) </ span >
52
+ < span className = "MainHeader-title" > Linode API Documentation</ span >
53
53
< button
54
54
className = "ToggleNav navbar-toggler navbar-toggler-right collapsed"
55
55
type = "button"
You can’t perform that action at this time.
0 commit comments