-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix URL fetch for BCO Published Objects #42
Conversation
Update documentation
…ME, and BCO VERSION
…ocalhost:8000/BCO_000010/1.0 (for example)
Working example: |
I think this is ready to test @HadleyKing - looks to be working for me (if version is requested, going to follow up w/o version to get the most recent). I had played around with splitting the prefix from the bco name - but it seems like the bco name includes the prefix and so doesn't need to have it split out? |
EDIT2: Disregard, there was a conflicting URL endpoint for draft BCOs that was capturing the calls |
Ready for review @HadleyKing |
Supports the call:
/<PREFIX>_<BCO_NAME>/<BCO VERSION>
Closes #37