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:
parent
fad9ad2be4
commit
e878dca3d7
6 changed files with 58 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue