Commit Graph

15 Commits (386a8515a79221d2f74a47dc133840b5366c5f08)

Author SHA1 Message Date
Mike Benowitz 386a8515a7 Updates to maintenance script for EBS compatibility 2019-07-08 12:18:37 -04:00
Mike Benowitz c1e7fa936c Fix error XML model import 2019-07-08 11:43:19 -04:00
Mike Benowitz 1c1c53543a Remove comment from necessary line 2019-07-08 10:16:31 -04:00
Mike Benowitz f0a112456b Only use config.yaml in local development 2019-07-05 15:19:01 -04:00
Mike Benowitz 0542d85b89 Update app.py to work with EBS WSGI
The ElasticBeanstalk application looks for an object named `application` to run with `WSGI` this was previously created with the `create_app` method and used `app` as the name for the application object.
2019-07-05 14:59:08 -04:00
Mike Benowitz 02b6462b9e Add flasgger to requirements.txt 2019-07-05 14:52:17 -04:00
Mike Benowitz cd9f98e302 Fix app main and api main scripts 2019-07-05 14:06:54 -04:00
Mike Benowitz 4afecd043b
Merge pull request #1 from NYPL/SFR-479-add-api
SFR 479 Add API
2019-07-05 14:04:43 -04:00
Mike Benowitz 6e7ea63ac4 SFR-479 Delete superseeded Swagger file
Removes a Swagger YAML file that is not currently used. It was too difficult to maintain swagger in a set of separate YAML files, so a single one was created and loaded in the main FLask app.
2019-06-04 17:14:04 -04:00
Mike Benowitz f890aaf87b SFR-479 Remove dangling return
Removes old `base` response that was never reached in any case
2019-06-04 17:12:04 -04:00
Mike Benowitz 2a0dc11a62 SFR-479 Update README.md 2019-06-04 17:04:37 -04:00
Mike Benowitz d8f676c88f SFR-479 Add Basic API
Add a basic `Flask` API that responds to queries for copyright data. This includes 5 basic endpoints:

- `/search/fulltext`: queries all text fields in the Registration and Renewal records
- `/search/registration/<regnum>`: queries the collection for a specific copyright registration by registration number
- `/search/renewal/<rennum>`: queries the collection for a specific copyright renewal by renewal number
- `/registration/<uuid>`: fetches a single registration record by internally assigned UUID
- `/registration/<uuid?`: fetches a single renewal record by internally assigned UUID

The api can be run with the standard `python -m flask run` from the root of the project and by default will run in `production` mode. To set `development` run `export FLASK_ENV=development` before starting the application.
2019-06-04 16:43:08 -04:00
Mike Benowitz 27f91b9774 SFR-479 Update import structure to improve loading 2019-06-04 16:42:04 -04:00
Mike Benowitz 812d0b7dce SFR-479 Add Claimants to ElasticSearch index
This adds a full `Claimant` object to the ElasticSearch index, including the `claimant_type` field which helps users see the specific relationship a claimant has to a renewal. It would be good to provide translations of these codes in the future, but this is not currently necessary.
2019-06-04 16:40:22 -04:00
Mike Benowitz edd14d9cdb SFR-453 Initial Commit
Includes an initial version of the utility script used to generate
the copyright entry/renewal database along with instructions on how
to run the script and create a version of the database locally
2019-05-29 12:47:03 -04:00