Skip to content

Commit 3fb29e9

Browse files
committed
update readme
1 parent 6338c31 commit 3fb29e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ Public methods available on BuildkiteClient can be [found here](src/main/java/or
101101
- [User](https://buildkite.com/docs/apis/rest-api/user)
102102
- [Get the current user](https://buildkite.com/docs/apis/rest-api/user#get-the-current-user)
103103

104+
**Not all endpoints implemented yet**
105+
106+
It should be noted that not all REST endpoints are currently implemented. If you require an end point not yet supported, either submit an issue with a feature request, or submit a pull request implementing it.
107+
108+
The functionality that exists in the library should be considered stable, and every attempt will be made to avoid breaking backwards
109+
compatibility as the library is expanded.
104110

105111
# Contributing
106112

@@ -129,12 +135,6 @@ We love contributions, but it's important that your pull request adhere to some
129135

130136
# Other Notes
131137

132-
## Not all endpoints supported yet.
133-
While the functionality that exists in the library should be considered stable, and every attempt will be made to avoid breaking backwards
134-
compatibility as the library is expanded, it should be noted that not all REST endpoints are currently implemented.
135-
136-
If you require an end point not yet supported, either submit an issue with a feature request, or submit a pull request implementing it.
137-
138138
## Releasing
139139

140140
Steps for proper release:

0 commit comments

Comments
 (0)