-
Updated
Oct 13, 2020 - Java
java-api
Here are 123 public repositories matching this topic...
-
Updated
Nov 21, 2020 - Java
This is an umbrella issue to cover all the things we need regarding documentation for 2.0:
- Examples: #125
- Enable javadoc failures when running
mvn verify
(mvn javadoc plugin) #275 - Check missing javadoc, missing javadoc tags and internal and external links are working properly
- api #267
- core
- formats/json-jackson
- http/basic
-
Updated
Nov 20, 2020 - C
-
Updated
Feb 25, 2018 - Java
-
Updated
Aug 30, 2018 - Java
-
Updated
Nov 5, 2020 - Java
-
Updated
Oct 20, 2020 - Java
-
Updated
Aug 18, 2020 - Java
-
Updated
Nov 16, 2020 - Java
-
Updated
Nov 17, 2020 - Java
-
Updated
Oct 27, 2020 - Java
-
Updated
Jun 27, 2020 - Java
-
Updated
Feb 18, 2020 - Java
-
Updated
Jul 10, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Jan 5, 2019 - Java
-
Updated
Oct 2, 2020 - Java
-
Updated
Feb 3, 2018 - Java
1- hasOnlyOneElementSatisfying is deprecated, we need to use singleElement()
warning: [deprecation] hasOnlyOneElementSatisfying(Consumer<? super ELEMENT>) in AbstractIterableAssert has been deprecated
.hasOnlyOneElementSatisfying(throwable -> {
^
For example:
assertThat(errorMessages)
.hasSize(1)
.hasOnlyOneElementSat
-
Updated
Aug 18, 2020 - Java
-
Updated
Oct 24, 2020 - Java
-
Updated
Aug 5, 2020 - Java
-
Updated
Jul 13, 2020 - Java
Improve this page
Add a description, image, and links to the java-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java-api topic, visit your repo's landing page and select "manage topics."
Describe the bug
It currently seems to be impossible to add a new public key to user's account using
GHMyself
.POST /user/keys
is the relevant GitHub API endpoint.To Reproduce
Read docs on
GHMyself
and observe the method not being presentExpected behavior
`GHMyself::addK