Skip to content
Snippets Groups Projects

Update: Include new method for getting top level projects

Merged Benedikt Heinrichs requested to merge Topic/1049-projectApi into Product/883-userManagement
8 files
+ 74
66
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 0
30
# Project Api
This Api represents the connection to the projects.
## NuGet packages
To use Kestrel you need to add the following NuGet packages:
* ```Microsoft.AspNetCore.Server.Kestrel```
* ```Microsoft.AspNetCore.Mvc```
* ```Microsoft.AspNetCore```
## Consul keys
The following Consul keys are required:
* "coscine/global/waterbutler_url"
* "coscine/global/rds_access_key"
* "coscine/global/rds_secret_key"
* "coscine/global/gitlabtoken"
* Look at cs/action Consul keys
## Https usage
Generate a developer certificate: ```dotnet dev-certs https```
and then trust the generated certificate ```dotnet dev-certs https --trust```
## Testing the new server
The server ist now available under: https://localhost:5001/ (port may be different!)
\ No newline at end of file
Loading