Commit Graph

47 Commits

Author SHA1 Message Date
Sebastian Thiel
96414e3f32 update readme: maintenance mode 2024-04-20 07:42:59 +02:00
Sebastian Thiel
5ef3823110 Archive message 2024-04-05 17:42:47 +02:00
Sebastian Thiel
60ab7220d0 mostly trigger CI
Is it still green by default?
2023-04-17 12:16:35 +02:00
Sebastian Thiel
a7f0f5b112 update README with more detailed information about how to update API defintions. 2023-01-25 15:07:36 +01:00
Federico Cergol
cc57c6a93d feat: bump yup-oauth2 to next major version 2022-03-07 07:53:11 +08:00
Sebastian Thiel
dc1e86b468 enable MAINTENANCE MODE :) 2021-04-15 10:42:29 +08:00
Sebastian Thiel
e15f67075e Fix instructions on how to update json files 2021-04-03 19:07:25 +08:00
Sebastian Thiel
ea3b428364 update badges
[skip CI]
2020-04-12 17:58:29 +08:00
Sebastian Thiel
24b5faa417 Omit special case for type inference; fixes #180 2019-07-05 11:57:05 +08:00
Sebastian Thiel
50da2152d0 Remove obsolete paragraphs from README
[skip CI]
2017-12-13 18:25:50 +01:00
Sebastian Thiel
d238041cf7 Mild reorganization of the README file
[skip CI]
2017-12-13 18:20:46 +01:00
Sebastian Thiel
c4e363d94c doc(README): remove obsolete notes about linux
We use cargo now as installation method, no need
to provide binaries anymore.

[skip ci]
2017-02-05 06:28:08 +01:00
Sebastian Thiel
0337435cd4 imp(serde): upgrade to v0.9
This provides proc macros, greatly simplifying the build
projects.
2017-02-03 08:23:00 +01:00
Sebastian Thiel
cc30a2e20b doc(index): don't use relative links
Instead we link to the absolute location.

tech debt: we now use http://byron.github.io/google-apis-rs
multiple times and thus duplicate that information.
2016-12-24 15:16:59 +01:00
Mickaël Fortunato
f31ef51a61 Fix: multirust is deprecated - use rustup :) 2016-11-08 07:45:55 +01:00
Sebastian Thiel
850e115e33 doc(README): badges for issue stats
[skip ci]
2016-07-17 11:09:04 +02:00
Sebastian Thiel
87dcf06eac doc(README): inform about nightly builds
[skip ci]
2016-05-20 16:44:24 +02:00
Sebastian Thiel
b35a1d6732 doc(README): need Rust 1.6 now
[skip ci]
2016-01-31 07:47:13 +01:00
Sebastian Thiel
495ecef8c8 doc(README): rever to multirust-rs 2016-01-11 20:46:45 +01:00
Corey "See More" Richardson
da78e9fa4d README.md: fix error from no trailing newline 2016-01-10 19:49:39 -05:00
Corey Richardson
ac5886e47e Relicense to dual MIT/Apache-2.0
Closes https://github.com/Byron/google-apis-rs/issues/142
2016-01-10 19:43:30 -05:00
Sebastian Thiel
7754a160c9 doc(README): stackshare.io badge
I like it ! It's super useful, especially when deciding which tools to
use in a new project.
2015-09-11 08:39:18 +02:00
Sebastian Thiel
6e669ced2a doc(README): update info about rust stable
Yes, it's fully supported now.
2015-06-19 12:59:51 +02:00
Sebastian Thiel
5c798d5fb6 docs(README): information about unstable rustc
Explicitly state that a nightly or beta rust toolchain is required
for successful builds.

Closes #120
2015-05-26 13:19:22 +02:00
Sebastian Thiel
a66f1ad728 docs(README): added dev-diary episode 3
[skip ci]
2015-05-12 07:12:48 +02:00
Sebastian Thiel
296debda85 chore(README): typo + fixed yaml references
[skip ci]
2015-05-10 21:11:11 +02:00
Sebastian Thiel
6bca4b75d9 docs(README): detailed deployment instructions
Related to #107
[skip ci]
2015-05-10 18:09:33 +02:00
Sebastian Thiel
362781e601 chore(README): added dev diary episode 2 link 2015-05-05 09:02:39 +02:00
Sebastian Thiel
e730281003 fix(docker): README info + fix author email
Please note that docker build script is still in debug mode, this
issue will remind me about it: #72

Fixes #71
2015-04-20 17:05:33 +02:00
Sebastian Thiel
5b4f18d341 fix(api+cli): improved scope handling; fix CLI
* in APIs, scopes will now be per-method, and if no scope is given,
  we will assume only the API key has to be set. Previously there was
  a wild mix between globally mentioned scopes and method scopes.
* assure CLI generation works so far, for all avaialable APIs

Related to #48
2015-04-13 10:50:19 +02:00
Sebastian Thiel
75e73d56d9 fix(README+deps): better subtext + rename target
* catchier title for dev diary episode 1
* fixed target name for clean, which was 'clean-api', but should have
  been 'clean-all-api'
2015-04-12 08:55:00 +02:00
Sebastian Thiel
6d3dc77635 fix(docs): one folder per API docs
Otherwise, it would overwrite its search index, effectively breaking
the search field.

We might run into space issues on github, as the generated docs are
duplicating each other and use a lot of disk-space.

Fixes #48
2015-04-11 18:24:32 +02:00
Sebastian Thiel
74bb79d6b4 docs(README): update to include CLI targets 2015-03-25 14:28:58 +01:00
Sebastian Thiel
29ee94b4c0 feat(cmn): Resumable upload implemented
With all bells and whisles. For now, we don't have a good return value
to indicate that the operation was cancelled, which needs fixing.
2015-03-22 19:56:35 +01:00
Sebastian Thiel
bec5cd5e5c docs(README): add build instructions
These should help people to get started on their own.

Fixes #9
2015-03-14 14:11:07 +01:00
Sebastian Thiel
6167dc07fc fix(readme): added milestone link
It's important to the project, and should thus be listed there
2015-03-13 17:52:57 +01:00
Sebastian Thiel
6800edb4dd docs(readme): initial version
It's still rather simple, but a basis for further improvements
2015-03-13 17:49:20 +01:00
Sebastian Thiel
c0a2476058 feat(deps): update-json using discovery API
Instead of depending on the google go client API repository, I now
use the original data source, namely the discovery API.

fixes #5
2015-03-13 17:06:48 +01:00
Sebastian Thiel
c8061ebe2f fix(#5): use function to make links correctly
It will automatically handle rust-doc mode, and use relative or absolute
links respectively.
2015-03-13 15:39:33 +01:00
Sebastian Thiel
712fed578a feat(json): part 1 to implement 'any' type
It is a Json object, with a schema as defined elsewhere. It's quite
cool to see this (nearly) working already. However, it will require
us to transitively assign the required markers which is based
on information we don't currently have.

Maybe implementing this could also help to simplify name-clash checks
or make them better at least ?
2015-03-11 17:07:07 +01:00
Sebastian Thiel
11b6fe212f fix(rename): mv youtube-rs to google-apis-rs 2015-03-02 12:05:42 +01:00
Sebastian Thiel
c0bfeabbc3 feat(pyratemp): successfully generating make deps
After minor modifications to pyratemp, it certainly does the job.

What it **does NOT** do:

* multiple outputs per template/command invocation
* NICE embedding of code (like GSL can)

It will do the job nonetheless, but mako might be worth a look
2015-03-01 15:08:37 +01:00
Sebastian Thiel
e06738a7bd fix(template-engine): removed gsl, added pyratemp
As GSL failed in my first attempt to get the example program going,
it might be better to try something else before too much time is spend.

Fortunately, pyratemp **seems** to be something usable, and even if not,
it might be possible to make it usable as it's just a 'simple'
python script that I might be able to understand, if need be.
2015-03-01 13:24:01 +01:00
Sebastian Thiel
e081017cb3 fix(xml): forgot to add shared.xml
As XML files are ignored, I didn't see that.
2015-03-01 11:47:32 +01:00
Sebastian Thiel
0c2f149b1e feat(make): unified make based build system
Added all prerequisite programs in binary for easier use.
Make is now implemented top-level, and is not expected to do too much
work actually. It will, however, keep track of all required
gsl invocation and make sure calls are efficient by not having
to rebuild everything every time. That's what make does, anyway ;)
2015-03-01 11:21:41 +01:00
Sebastian Thiel
aaf432fb54 feat(videos): first primitive types and api
Now it should be possible to implement first version of actual
insert handling, with everything there is about it.

That should eventually help to generalize it, as I am definitely
not going to hand-implemented these protocols ... .

The great thing is, that if done right, one will be able to truly be
first and make an impact !
2015-02-28 19:13:51 +01:00
Sebastian Thiel
dda847607f feat(all): initial commit
Base project with everything it will need to grow:
* CI
* documentation
* basic cargo
2015-02-27 10:23:31 +01:00