1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-31 18:31:01 +00:00

Add API parameter to filter entries by category

This commit is contained in:
Frédéric Guillot 2019-11-17 22:53:11 -08:00
parent fad9ad2be4
commit e878dca3d7
6 changed files with 58 additions and 17 deletions

View file

@ -15,13 +15,14 @@ import (
)
const (
testBaseURL = "http://127.0.0.1:8080/"
testAdminUsername = "admin"
testAdminPassword = "test123"
testStandardPassword = "secret"
testFeedURL = "https://github.com/miniflux/miniflux/commits/master.atom"
testFeedTitle = "Recent Commits to miniflux:master"
testWebsiteURL = "https://github.com/miniflux/miniflux/commits/master"
testBaseURL = "http://127.0.0.1:8080/"
testAdminUsername = "admin"
testAdminPassword = "test123"
testStandardPassword = "secret"
testFeedURL = "https://miniflux.app/feed.xml"
testFeedTitle = "Miniflux"
testSubscriptionTitle = "Miniflux Releases"
testWebsiteURL = "https://miniflux.app/"
)
func getRandomUsername() string {