Skip to content

Commit 521db9b

Browse files
monkenrwstauner
authored andcommitted
Updated Beta API Docs (markdown)
1 parent 1ba2eaa commit 521db9b

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

docs/Beta-API-docs.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Beta API Docs
22

3-
## Endpoints
3+
## GET convenience URLs
4+
5+
You should be able to run most POST queries, but very few GET urls are currently exposed. However, these convenience endpoints can get you started. You should note that they behave differently than the POST queries in that they will return to you the latest version of a module or dist and they remove a lot of the verbose ElasticSearch data which wraps results.
46

57
### `/release/{distribution}`
68

@@ -16,24 +18,6 @@ The `/release` endpoint accepts either the name of a `distribution` (e.g. [[/rel
1618

1719
Returns the corresponding `file` of the latest version of the `module`. Considering that Moose-2.0001 is the latest release, the result of [[/module/Moose|http://api.beta.metacpan.org/module/Moose]] is the same as [[/file/DOY/Moose-2.0001/lib/Moose.pm|http://api.beta.metacpan.org/file/DOY/Moose-2.0001/lib/Moose.pm]].
1820

19-
20-
21-
## GET convenience URLs
22-
23-
You should be able to run most POST queries, but very few GET urls are currently exposed. However, these convenience endpoints can get you started. You should note that they behave differently than the POST queries in that they will return to you the latest version of a module or dist and they remove a lot of the verbose ElasticSearch data which wraps results.
24-
25-
The latest Moose distribution currently on CPAN:
26-
27-
[http://api.beta.metacpan.org/release/Moose](http://api.beta.metacpan.org/release/Moose)
28-
29-
The latest version of Moose::Role (which is part of the Moose distribution):
30-
31-
[http://api.beta.metacpan.org/module/Moose::Role](http://api.beta.metacpan.org/module/Moose::Role)
32-
33-
Author info for FLORA:
34-
35-
[http://api.beta.metacpan.org/author/FLORA](http://api.beta.metacpan.org/author/FLORA)
36-
3721
## GET Searches
3822

3923
Names of latest releases by OALDERS:

0 commit comments

Comments
 (0)