Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushs92 committed Dec 17, 2017
1 parent 3ac94b8 commit aedab59
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,25 +212,25 @@ Page<BlockStorageVolume> getBlockStorageVolumesByLinodeId(int linodeId);
```

2. Linode Types

```java
Page<LinodeType> getLinodeTypes(int pageNo);
LinodeType getLinodeTypeById(String linodeTypeId);

```

3. Kernel

```java
Page<LinodeType> getLinodeTypes(int pageNo);
LinodeType getLinodeTypeById(String linodeTypeId);

```

4. Image

```java
Page<Image> getImages(int pageNo);
Image getImageById(int imageId);
void deleteImage(int imageId);

```

5. Account, Invoice, Notifications
Expand Down Expand Up @@ -276,3 +276,12 @@ and `@Data` for getters, equals, hashcode and toString
annotate the enum with this class

3. Model classes **must** be immutable

# Changelog

* v1.1

* endpoints for Volume
* Javadocs
* very initial documentation
* Removed distribution from few objects as per [linode's changelogs](https://developers.linode.com/v4/changelogs)

0 comments on commit aedab59

Please sign in to comment.