FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for coreapi/codecs - core-api/python-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
core-api
/
python-client
Public archive
Notifications
You must be signed in to change notification settings
Fork
57
Star
183
Code
Issues
19
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-client
coreapi
codecs
on
master
User selector
Datepicker
Commit history
Commits on Oct 5, 2017
Version 2.3.2 (Compat with API Star schemas)
lovelydinosaur
committed
27f4f6e
View commit details
Copy full SHA for 27f4f6e
View code at this point
Browse repository at this point
Commits on May 23, 2017
Fix the encoding/decoding of Enum types.
Show description for 13fa37f
jriggins
committed
13fa37f
View commit details
Copy full SHA for 13fa37f
View code at this point
Browse repository at this point
Fix the encoding/decoding of Enum types.
Show description for dbec97a
tbeadle
authored and
jriggins
committed
dbec97a
View commit details
Copy full SHA for dbec97a
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
Fix spelling of primitive.
tbeadle
committed
5197840
View commit details
Copy full SHA for 5197840
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
Support schemas in corejson
lovelydinosaur
committed
d463f96
View commit details
Copy full SHA for d463f96
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
Fix comment
lovelydinosaur
committed
c391e62
View commit details
Copy full SHA for c391e62
View code at this point
Browse repository at this point
Commits on Feb 1, 2017
Don't serialize broken schemas
lovelydinosaur
committed
337a22c
View commit details
Copy full SHA for 337a22c
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Add 'schema' to fields
lovelydinosaur
committed
6dd8ede
View commit details
Copy full SHA for 6dd8ede
View code at this point
Browse repository at this point
Commits on Nov 29, 2016
Add Field.example
lovelydinosaur
committed
3817a5a
View commit details
Copy full SHA for 3817a5a
View code at this point
Browse repository at this point
Add Document.media_type
lovelydinosaur
committed
44e2ffe
View commit details
Copy full SHA for 44e2ffe
View code at this point
Browse repository at this point
Add document description and link titles
lovelydinosaur
committed
b0d9124
View commit details
Copy full SHA for b0d9124
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
Add format argument
lovelydinosaur
committed
5bd115f
View commit details
Copy full SHA for 5bd115f
View code at this point
Browse repository at this point
Commits on Sep 23, 2016
Minor fixes
lovelydinosaur
committed
08389a2
View commit details
Copy full SHA for 08389a2
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
Better mimetype guesses
lovelydinosaur
committed
c02124e
View commit details
Copy full SHA for c02124e
View code at this point
Browse repository at this point
More graceful download filenames
lovelydinosaur
committed
1062bcc
View commit details
Copy full SHA for 1062bcc
View code at this point
Browse repository at this point
Minor improvements to download behavior
lovelydinosaur
committed
e6185e4
View commit details
Copy full SHA for e6185e4
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Docs
lovelydinosaur
committed
46bec50
View commit details
Copy full SHA for 46bec50
View code at this point
Browse repository at this point
Tweak DownloadCodec tempfile behavior slightly
lovelydinosaur
committed
df52bb3
View commit details
Copy full SHA for df52bb3
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
application/vnd.coreapi+json -> application/coreapi+json
lovelydinosaur
committed
5ce2df3
View commit details
Copy full SHA for 5ce2df3
View code at this point
Browse repository at this point
Added 'Field.type' attribute
lovelydinosaur
committed
91460f5
View commit details
Copy full SHA for 91460f5
View code at this point
Browse repository at this point
Drop plain_data
lovelydinosaur
committed
df6e4f1
View commit details
Copy full SHA for df6e4f1
View code at this point
Browse repository at this point
Treat DisplayCodec and PythonCodec as implementation details
lovelydinosaur
committed
d5f2962
View commit details
Copy full SHA for d5f2962
View code at this point
Browse repository at this point
Fallbacks for v1.x interfaces
lovelydinosaur
committed
b02af01
View commit details
Copy full SHA for b02af01
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Docs & tweaks
lovelydinosaur
committed
ace504a
View commit details
Copy full SHA for ace504a
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
Fix imports
lovelydinosaur
committed
6bb36e2
View commit details
Copy full SHA for 6bb36e2
View code at this point
Browse repository at this point
Return DownloadedFile instances from DownloadCodec
lovelydinosaur
committed
d04b994
View commit details
Copy full SHA for d04b994
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Smart filename determination in downloads
lovelydinosaur
committed
6252b52
View commit details
Copy full SHA for 6252b52
View code at this point
Browse repository at this point
Tidy up function signatures for codecs
lovelydinosaur
committed
3f6c066
View commit details
Copy full SHA for 3f6c066
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
Add DownloadCodec
lovelydinosaur
committed
ec171c7
View commit details
Copy full SHA for ec171c7
View code at this point
Browse repository at this point
Commits on Jul 14, 2016
Add 'supports' attribute to codecs
lovelydinosaur
committed
9eebdf3
View commit details
Copy full SHA for 9eebdf3
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
CoreTextCodec -> DisplayCodec
lovelydinosaur
committed
64a95f6
View commit details
Copy full SHA for 64a95f6
View code at this point
Browse repository at this point
Clean up negotiate_decoder / negotiate_encoder / determine_transport
lovelydinosaur
committed
9ba6a49
View commit details
Copy full SHA for 9ba6a49
View code at this point
Browse repository at this point
Drop 'dump' and 'load' API. Force specific codec to be used instead.
lovelydinosaur
committed
12dd1d4
View commit details
Copy full SHA for 12dd1d4
View code at this point
Browse repository at this point
Graceful fallback when click is not installed
lovelydinosaur
committed
54df180
View commit details
Copy full SHA for 54df180
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Split codecs out into plugin modules
lovelydinosaur
committed
d3c9b9f
View commit details
Copy full SHA for d3c9b9f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL