TheThingsArchive / java-app-sdk

The Things Network Application SDK for Java
MIT License
30 stars 25 forks source link

Error fix for creation of application [refer: Error creating application #63] #64

Closed naveen-25 closed 5 years ago

naveen-25 commented 5 years ago

Application creation throws the NOT FOUND error. The URL is malformed with reference to https://www.thethingsnetwork.org/docs/network/account/api.html. Fixed the issue by modifying the url.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

johanstokking commented 5 years ago

Thanks @naveen-25

Is there a way we can fix CI?

naveen-25 commented 5 years ago

Thanks @naveen-25

Is there a way we can fix CI?

Fixed the CI issue. The issue is because of the https://github.com/TheThingsNetwork/ttn.git is in out of sync with the JAVA SDK.