-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Flags for users | ||
Env vars for scripts | ||
|
||
api test --listen-peer test | ||
export API_LISTEN_PEER=test | ||
|
||
|
||
------- | ||
|
||
You can look for API_* env variables and mention broken ones | ||
|
||
|
||
-------- | ||
|
||
TODO: | ||
----- | ||
|
||
[ ] GitHub authentication | ||
[ ] Style login on apis.host | ||
[ ] All uploading goes through apis.host | ||
[ ] Try pushing and: | ||
[ ] reject if not logged in | ||
[ ] send message if it is | ||
|
||
aliases will go in ~/.api.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"url": "http://apis.host" | ||
}, | ||
"mock": { | ||
"url": "http://mock.local:3020" | ||
"url": "http://www.mock.tools" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters