Add spotseeker_client --the rest client for spotseeker_server
This is a fork from https://github.com/uw-it-aca/spotseeker_client. Updated to Django 2.x - this is the only change from upstream in this commit. Now compatible with Python 3.x and Django 2.x
Showing
- .gitignore 11 additions, 0 deletions.gitignore
- .travis.yml 22 additions, 0 deletions.travis.yml
- setup.py 26 additions, 0 deletionssetup.py
- spotseeker_restclient/__init__.py 0 additions, 0 deletionsspotseeker_restclient/__init__.py
- spotseeker_restclient/admin.py 3 additions, 0 deletionsspotseeker_restclient/admin.py
- spotseeker_restclient/cache_implementation.py 185 additions, 0 deletionsspotseeker_restclient/cache_implementation.py
- spotseeker_restclient/cache_manager.py 50 additions, 0 deletionsspotseeker_restclient/cache_manager.py
- spotseeker_restclient/dao.py 84 additions, 0 deletionsspotseeker_restclient/dao.py
- spotseeker_restclient/dao_implementation/__init__.py 0 additions, 0 deletionsspotseeker_restclient/dao_implementation/__init__.py
- spotseeker_restclient/dao_implementation/live.py 38 additions, 0 deletionsspotseeker_restclient/dao_implementation/live.py
- spotseeker_restclient/dao_implementation/mock.py 226 additions, 0 deletionsspotseeker_restclient/dao_implementation/mock.py
- spotseeker_restclient/dao_implementation/spotseeker.py 39 additions, 0 deletionsspotseeker_restclient/dao_implementation/spotseeker.py
- spotseeker_restclient/exceptions.py 20 additions, 0 deletionsspotseeker_restclient/exceptions.py
- spotseeker_restclient/mock_http.py 31 additions, 0 deletionsspotseeker_restclient/mock_http.py
- spotseeker_restclient/models/__init__.py 44 additions, 0 deletionsspotseeker_restclient/models/__init__.py
- spotseeker_restclient/models/spot.py 97 additions, 0 deletionsspotseeker_restclient/models/spot.py
- spotseeker_restclient/resources/spotseeker/file/api/v1/buildings 1 addition, 0 deletions...ker_restclient/resources/spotseeker/file/api/v1/buildings
- spotseeker_restclient/resources/spotseeker/file/api/v1/buildings?extended_info:campus=seattle 45 additions, 0 deletions...seeker/file/api/v1/buildings?extended_info:campus=seattle
- spotseeker_restclient/resources/spotseeker/file/api/v1/buildings_extended_info_app_type_food 1 addition, 0 deletions...tseeker/file/api/v1/buildings_extended_info_app_type_food
- spotseeker_restclient/resources/spotseeker/file/api/v1/spot/1 104 additions, 0 deletions...seeker_restclient/resources/spotseeker/file/api/v1/spot/1
Loading
Please register or sign in to comment