diff options
author | Emile <hanemile@protonmail.com> | 2019-09-23 14:32:45 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-23 14:32:45 +0200 |
commit | dd090c0cc28170cc63fffe6af102209a9854e1b7 (patch) | |
tree | 5f95d184ecf69e7dad8884de93ca55d2040eb408 | |
parent | fbe54eb12411bd846e0c2b630f25a3fe88d41d8b (diff) |
[skip ci] removed old api endpoints from the readme
-rw-r--r-- | README.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/README.md b/README.md index 25fc8c8..e7d1fd7 100644 --- a/README.md +++ b/README.md @@ -31,32 +31,3 @@ doesn't need to be downloaded resulting in somwhat faster results. ![](imgs/out.png) -## API - -### endpoints - -The api will eventually consist of the following endpoints. There is currently -no guarantee that the enpoins will stay like this, this is really early alpha -and may change alot in the next days / weeks: - -- `/v1/getall` - - returns all TLEs -- `/v1/regex/{regex}` - - returns all the TLEs matching the given `regex` -- `/v1/satid/{satid}` - - returns all the TLEs with the given `satid` -- `/v1/category/{category}` - - returns all the TLEs from the named category - - (the categories are the ones given [here](https://celestrak.com/NORAD/elements/)) -- `/v1/category/{category}/satname/{satname}` - - returns the TLE of the satellite in the given `category` with the given - `satname` - -### parameters - -- `?format=json` - - returns the TLEs as json objects -- `?format=raw` - - returns the TLE in the raw Two-Line format -- `?values=inclination,argumentofperigee` - - returns the values given as a comma, seperated list of arguments |