Skip to content

Commit

Permalink
rm trailing /
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 20, 2018
1 parent 0c07487 commit 2364b95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ v3

This API is the future::

/v3/<engine>/<engine_version>/<repo>/<branch>/<path>/
/v3/<engine>/<engine_version>/<repo>/<branch>/<path>

Examples:

- GitHub: https://cicero.xyz/v3/remark/0.14.0/github.com/bast/cicero/master/demo/talk.md/
- GitLab: https://cicero.xyz/v3/remark/0.14.0/gitlab.com/bast/cicero-example/master/demo/talk.md/
- GitHub: https://cicero.xyz/v3/remark/0.14.0/github.com/bast/cicero/master/demo/talk.md
- GitLab: https://cicero.xyz/v3/remark/0.14.0/gitlab.com/bast/cicero-example/master/demo/talk.md


v2
==

This API is currently the default::

/v2/remark/github/<namespace>/<repo>/<branch>/<path>/
/v2/remark/github/<namespace>/<repo>/<branch>/<path>

Example: https://cicero.xyz/v2/remark/github/bast/cicero/master/demo/talk.md

Expand Down

0 comments on commit 2364b95

Please sign in to comment.