This website requires JavaScript.
Explore
Help
Sign In
phyks
/
arxiv_metadata
Watch
1
Star
0
Fork
0
You've already forked arxiv_metadata
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4a67e974b8
arxiv_metadata
/
routes
/
__init__.py
6 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Add routes for deletion
2015-12-25 22:14:10 +01:00
from
.
import
delete
Basic API to put and fetch some papers
2015-12-24 20:34:34 +01:00
from
.
import
get
from
.
import
post
Add routes for deletion
2015-12-25 22:14:10 +01:00
__all__
=
[
"
delete
"
,
"
get
"
,
"
post
"
]
Reference in New Issue
Copy Permalink