The steps to make API modifications are:
- Make sure your
chirpstack-application-server
source uses a local copy or fork ofchirpstack-api
(https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive) - Update definitions in the
chirpstack-api
repository - Re-generate the
chirpstack-api
Go code (see theREADME.md
in the same repo) - You should now be able to use the modified
chirpstack-api
in your project